]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strlcpy.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / missing / strlcpy.c
index 2dc51b96295ae3e00f1f80a4aefbf8a3e6dc3cdf..00792bc1b9d520ac1f6ceee521ee7f2d9bd1c5fe 100644 (file)
@@ -1,5 +1,5 @@
 /*     $NetBSD: strlcpy.c,v 1.5 1999/09/20 04:39:47 lukem Exp $        */
-/*     from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp   */
+/*     from OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp   */
 
 /*
  * Copyright (c) 1998 Todd C. Miller <[email protected]>
@@ -28,9 +28,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #include <netdissect-stdinc.h>