summaryrefslogtreecommitdiff
path: root/lib/libc/strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/strcmp.c')
-rw-r--r--lib/libc/strcmp.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/strcmp.c b/lib/libc/strcmp.c
index 63cb4468..b742f9b9 100644
--- a/lib/libc/strcmp.c
+++ b/lib/libc/strcmp.c
@@ -32,11 +32,10 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+/*
+ * Portions copyright (c) 2018, ARM Limited and Contributors.
+ * All rights reserved.
+ */
#include <string.h>