diff options
Diffstat (limited to 'lib/libc/quad/ashrdi3.c')
-rw-r--r-- | lib/libc/quad/ashrdi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/quad/ashrdi3.c b/lib/libc/quad/ashrdi3.c index b5b1efd28f99..682887153f1b 100644 --- a/lib/libc/quad/ashrdi3.c +++ b/lib/libc/quad/ashrdi3.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)ashrdi3.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/quad/ashrdi3.c,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "quad.h" |