aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/strtol.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/strtol.c')
-rw-r--r--lib/libstand/strtol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/strtol.c b/lib/libstand/strtol.c
index ec5daf0bb87a..312b649ff3a2 100644
--- a/lib/libstand/strtol.c
+++ b/lib/libstand/strtol.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libstand/strtol.c,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strtol.c 8.1 (Berkeley) 6/4/93";