diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 23:30:07 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 23:30:07 +0000 |
| commit | 61f65fcaf0903f6b2bc6c68b1ddcf62f8dea0f45 (patch) | |
| tree | 4e24b3c8a20bbbc9913a9aed5144efb1dd03d207 /lib/libc/string/strsep.c | |
| parent | 3ec2778cf7ee2c8351e6210cf45a653ed4aeccb5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strsep.c')
| -rw-r--r-- | lib/libc/string/strsep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c index ddad5964ce19..485f65140c05 100644 --- a/lib/libc/string/strsep.c +++ b/lib/libc/string/strsep.c @@ -38,6 +38,10 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* * Get next token from string *stringp, where tokens are possibly-empty |
