summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2016-04-28 08:38:20 +0000
committerjsg <jsg@openbsd.org>2016-04-28 08:38:20 +0000
commit6b869022ef0afe4ffe586c007ec6aceec0a51f79 (patch)
tree259eea1a09dbe6078ac27003960dbc06ff9544d5
parentAdd a better implementation of iwn's update_htprot callback which uses (diff)
downloadwireguard-openbsd-6b869022ef0afe4ffe586c007ec6aceec0a51f79.tar.xz
wireguard-openbsd-6b869022ef0afe4ffe586c007ec6aceec0a51f79.zip
remove duplicate strrchr.c entry in SRCS
ok deraadt@
-rw-r--r--lib/libc/arch/arm/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/string/Makefile.inc b/lib/libc/arch/arm/string/Makefile.inc
index 31d00db19c3..9700a7bce6a 100644
--- a/lib/libc/arch/arm/string/Makefile.inc
+++ b/lib/libc/arch/arm/string/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.8 2015/05/15 22:29:37 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.9 2016/04/28 08:38:20 jsg Exp $
SRCS+= bcopy.S memcpy.c memmove.S _memcpy.S \
strchr.c strrchr.c \
bcmp.c bzero.S ffs.S memchr.c memcmp.S memset.S \
strcmp.S strncmp.S \
strcat.c strcpy.c strcspn.c strlen.c strlcat.c strlcpy.c \
- strncat.c strncpy.c strpbrk.c strrchr.c strsep.c \
+ strncat.c strncpy.c strpbrk.c strsep.c \
strspn.c swab.c strstr.c