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..c322a8aadde2 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.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <ctype.h>
#include <string.h>