diff options
Diffstat (limited to 'src/lib/libc/string/strsep.c')
-rw-r--r-- | src/lib/libc/string/strsep.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libc/string/strsep.c b/src/lib/libc/string/strsep.c index 337d78e466..bcca681e03 100644 --- a/src/lib/libc/string/strsep.c +++ b/src/lib/libc/string/strsep.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | 2 | ||
3 | /*- | 3 | /*- |
4 | * Copyright (c) 1990, 1993 | 4 | * Copyright (c) 1990, 1993 |
@@ -32,14 +32,6 @@ | |||
32 | #include <string.h> | 32 | #include <string.h> |
33 | #include <stdio.h> | 33 | #include <stdio.h> |
34 | 34 | ||
35 | #if defined(LIBC_SCCS) && !defined(lint) | ||
36 | #if 0 | ||
37 | static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; | ||
38 | #else | ||
39 | static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $"; | ||
40 | #endif | ||
41 | #endif /* LIBC_SCCS and not lint */ | ||
42 | |||
43 | /* | 35 | /* |
44 | * Get next token from string *stringp, where tokens are possibly-empty | 36 | * Get next token from string *stringp, where tokens are possibly-empty |
45 | * strings separated by characters from delim. | 37 | * strings separated by characters from delim. |