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