diff options
Diffstat (limited to 'sys/libkern/ashrdi3.c')
-rw-r--r-- | sys/libkern/ashrdi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c index 1eab1d60d99f2..86f5aa9a0b9e9 100644 --- a/sys/libkern/ashrdi3.c +++ b/sys/libkern/ashrdi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ashrdi3.c,v 1.9 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> |