summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtonum.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtonum.c')
-rw-r--r--lib/libc/stdlib/strtonum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtonum.c b/lib/libc/stdlib/strtonum.c
index 6dccd973606b2..6588f0271497e 100644
--- a/lib/libc/stdlib/strtonum.c
+++ b/lib/libc/stdlib/strtonum.c
@@ -18,7 +18,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/stdlib/strtonum.c,v 1.2.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $");
#include <errno.h>
#include <limits.h>