summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/strsep.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-10 17:28:35 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-10 17:28:35 +1100
commit4e8c2490bbb87345abc44995b448f5c59a939788 (patch)
tree08a1f0628f3af9068a5c226b536f3c18cf732bfa /openbsd-compat/strsep.c
parentb10b49768234f02343c7ae6a95ebc33279d04ea2 (diff)
- (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6.
Diffstat (limited to 'openbsd-compat/strsep.c')
-rw-r--r--openbsd-compat/strsep.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c
index 9e81980c..b36eb8fd 100644
--- a/openbsd-compat/strsep.c
+++ b/openbsd-compat/strsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */
+/* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -38,14 +38,6 @@
#include <string.h>
#include <stdio.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
-#else
-static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
/*
* Get next token from string *stringp, where tokens are possibly-empty
* strings separated by characters from delim.