diff options
Diffstat (limited to 'lib/libc/string/strspn.c')
-rw-r--r-- | lib/libc/string/strspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c index 5612ba045457f..ae28642636dc3 100644 --- a/lib/libc/string/strspn.c +++ b/lib/libc/string/strspn.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)strspn.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strspn.c,v 1.4 2002/03/21 18:44:54 obrien Exp $"); #include <string.h> |