diff options
Diffstat (limited to 'lib/libstand/qdivrem.c')
-rw-r--r-- | lib/libstand/qdivrem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/qdivrem.c b/lib/libstand/qdivrem.c index 584a0b1e67b0..0eb0c716fe9c 100644 --- a/lib/libstand/qdivrem.c +++ b/lib/libstand/qdivrem.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libstand/qdivrem.c,v 1.5 2002/05/13 13:31:20 phk Exp $"); /* * Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed), |