diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-04-28 08:38:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-04-28 08:38:21 +0000 |
commit | 3c8568cbd09d2c20fc90a29c4bc465bb63998fae (patch) | |
tree | 9b68092ac3538ffdeab23987c39d50a623211313 /lib/libc/arch | |
parent | 5952c59c0473f1006931cd2e960690eb8bd1926c (diff) |
remove duplicate strrchr.c entry in SRCS
ok deraadt@
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/arm/string/Makefile.inc | 4 |
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 |