diff options
Diffstat (limited to 'lib/libc/string/strpbrk.c')
| -rw-r--r-- | lib/libc/string/strpbrk.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c index 42e8c626bbb1..fb0e1d4ca3e5 100644 --- a/lib/libc/string/strpbrk.c +++ b/lib/libc/string/strpbrk.c @@ -35,7 +35,7 @@  static char sccsid[] = "@(#)strpbrk.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/strpbrk.c,v 1.4 2002/03/21 18:44:54 obrien Exp $");  #include <string.h> | 
