aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcasestr.c')
-rw-r--r--lib/libc/string/strcasestr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c
index 9b28bf569a4d..9e0c9ce35b05 100644
--- a/lib/libc/string/strcasestr.c
+++ b/lib/libc/string/strcasestr.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <ctype.h>
#include <string.h>