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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c
index b70c2195a94e..c1be973f01f4 100644
--- a/lib/libc/string/strcasestr.c
+++ b/lib/libc/string/strcasestr.c
@@ -8,7 +8,7 @@
* Chris Torek.
*
* Copyright (c) 2011 The FreeBSD Foundation
- * All rights reserved.
+ *
* Portions of this software were developed by David Chisnall
* under sponsorship from the FreeBSD Foundation.
*
@@ -37,9 +37,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <ctype.h>
#include <string.h>
#include "xlocale_private.h"