summaryrefslogtreecommitdiffstats
path: root/missing/strdup.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-01-06 19:03:11 +0000
committerdelphij <delphij@FreeBSD.org>2015-01-06 19:03:11 +0000
commit08263d19579d35a7a65e0c8bcb768504ce76d04e (patch)
treeb0af675e15d65cc0adac2367c37233a794389c9a /missing/strdup.c
parent89918529102669b0d24d8aac9e5516b010b1c81c (diff)
downloadFreeBSD-src-08263d19579d35a7a65e0c8bcb768504ce76d04e.zip
FreeBSD-src-08263d19579d35a7a65e0c8bcb768504ce76d04e.tar.gz
Vendor import of tcpdump 4.6.2.
Diffstat (limited to 'missing/strdup.c')
-rw-r--r--missing/strdup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/missing/strdup.c b/missing/strdup.c
index 079a8ff..9fca752 100644
--- a/missing/strdup.c
+++ b/missing/strdup.c
@@ -31,11 +31,6 @@
* 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>
OpenPOWER on IntegriCloud