]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strdup.c
remove tcpdump's own CVS keywords
[tcpdump] / missing / strdup.c
index 079a8ff82141ccf56df5b92f29015e2334b38575..9fca7529e34db3ce79a2030b1683a7b842f651e8 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>