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 0311d06e086d..00c49bcd5f0f 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.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); #include <stdlib.h> /* ldiv_t */ |