diff options
Diffstat (limited to 'missing/strsep.c')
-rw-r--r-- | missing/strsep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/missing/strsep.c b/missing/strsep.c index 0362d1f..bcce4c4 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -31,11 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003-03-25 08:33:48 guy Exp $ (LBL)"; -#endif /* LIBC_SCCS and not lint */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif |