diff options
Diffstat (limited to 'lib/libc/stdlib/div.c')
-rw-r--r-- | lib/libc/stdlib/div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/div.c b/lib/libc/stdlib/div.c index 0c3c48498a64d..54278d6d85901 100644 --- a/lib/libc/stdlib/div.c +++ b/lib/libc/stdlib/div.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)div.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdlib/div.c,v 1.2 2002/03/22 21:53:10 obrien Exp $"); #include <stdlib.h> /* div_t */ |