diff options
Diffstat (limited to 'lib/libc/string/ffs.c')
-rw-r--r-- | lib/libc/string/ffs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c index f8da99629c616..ef4d0f0a6885e 100644 --- a/lib/libc/string/ffs.c +++ b/lib/libc/string/ffs.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)ffs.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/ffs.c,v 1.7 2004/01/14 07:46:36 des Exp $"); #include <strings.h> |