aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/strcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/strcpy.c')
-rw-r--r--lib/libc/amd64/string/strcpy.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/amd64/string/strcpy.c b/lib/libc/amd64/string/strcpy.c
index df1facefb105..eb93b0defbaa 100644
--- a/lib/libc/amd64/string/strcpy.c
+++ b/lib/libc/amd64/string/strcpy.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright 2011 George V. Neville-Neil. All rights reserved.
*
@@ -27,9 +27,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
char *__stpcpy(char * __restrict, const char * __restrict);
char *