diff options
author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
---|---|---|
committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
commit | 0ea0e7ad03dff03bb5448f640640d7904c01c8d4 (patch) | |
tree | f2a455fa35943d2b7d4901bf95ac5bf39229115c /missing/strdup.c | |
parent | 81ceab7147ecaac14fa1889cdb461205e1002393 (diff) |
Notes
Diffstat (limited to 'missing/strdup.c')
-rw-r--r-- | missing/strdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strdup.c b/missing/strdup.c index 103c3b26f6f3..079a8ff82141 100644 --- a/missing/strdup.c +++ b/missing/strdup.c @@ -33,7 +33,7 @@ #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)"; + "@(#) $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> |