summaryrefslogtreecommitdiff
path: root/missing/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strsep.c')
-rw-r--r--missing/strsep.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/missing/strsep.c b/missing/strsep.c
index 0362d1f5..bcce4c46 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