summaryrefslogtreecommitdiff
path: root/lib/libstand/qdivrem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/qdivrem.c')
-rw-r--r--lib/libstand/qdivrem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/qdivrem.c b/lib/libstand/qdivrem.c
index 3a18eed8b31cd..fd3c034d2a2bf 100644
--- a/lib/libstand/qdivrem.c
+++ b/lib/libstand/qdivrem.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libstand/qdivrem.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $");
/*
* Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed),