diff options
Diffstat (limited to 'lib/libc/stdlib/ldiv.c')
-rw-r--r-- | lib/libc/stdlib/ldiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/ldiv.c b/lib/libc/stdlib/ldiv.c index 0311d06e086db..a21503367badd 100644 --- a/lib/libc/stdlib/ldiv.c +++ b/lib/libc/stdlib/ldiv.c @@ -34,7 +34,7 @@ static char sccsid[] = "@(#)ldiv.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/ldiv.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <stdlib.h> /* ldiv_t */ |