]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strdup.c
Remove the unused DLT_LANE8023 link-layer dissector
[tcpdump] / missing / strdup.c
index 079a8ff82141ccf56df5b92f29015e2334b38575..9cbf35ae2470aed376245792e796d51e4d2ac70f 100644 (file)
  * SUCH DAMAGE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/missing/strdup.c,v 1.1 2001-01-20 07:26:08 guy Exp $ (LBL)";
-#endif /* LIBC_SCCS and not lint */
-
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "interface.h"
+#include "netdissect.h"
 
 char *
 strdup(str)