aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strnlen.c')
-rw-r--r--lib/libc/string/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strnlen.c b/lib/libc/string/strnlen.c
index f44151f730dc..87bef32f7f44 100644
--- a/lib/libc/string/strnlen.c
+++ b/lib/libc/string/strnlen.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strnlen.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $");
#include <string.h>