summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
commit7238618343f71add262449933dd11c0c9e6c58f0 (patch)
treebf466cc9745f6a680c78501336d006b889297f38 /lib/libc/arch/vax
parentc48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff)
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/vax')
-rw-r--r--lib/libc/arch/vax/string/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/string/Makefile.inc b/lib/libc/arch/vax/string/Makefile.inc
index fc67fc6c438..70e2072b298 100644
--- a/lib/libc/arch/vax/string/Makefile.inc
+++ b/lib/libc/arch/vax/string/Makefile.inc
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.4 1997/07/23 20:55:31 kstailey Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1999/04/25 00:23:59 millert Exp $
SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.c memcmp.S memset.S \
- rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
+ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
SRCS+= memcpy.S memmove.S