diff options
author | 1997-11-04 19:07:58 +0000 | |
---|---|---|
committer | 1997-11-04 19:07:58 +0000 | |
commit | f47c597b8d85b19c891fd83cf4dd3ea33c15ea10 (patch) | |
tree | d17850338f6e58f7a39c6cf7bf79bee3cf713350 /sys/lib/libkern/arch/vax | |
parent | Do pwcheck() even if the user does not exist. This means that if (diff) | |
download | wireguard-openbsd-f47c597b8d85b19c891fd83cf4dd3ea33c15ea10.tar.xz wireguard-openbsd-f47c597b8d85b19c891fd83cf4dd3ea33c15ea10.zip |
add memchr to libkern
Diffstat (limited to 'sys/lib/libkern/arch/vax')
-rw-r--r-- | sys/lib/libkern/arch/vax/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/vax/Makefile.inc b/sys/lib/libkern/arch/vax/Makefile.inc index 1741e47144d..57949c7e78a 100644 --- a/sys/lib/libkern/arch/vax/Makefile.inc +++ b/sys/lib/libkern/arch/vax/Makefile.inc @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/01/14 14:45:42 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1997/11/04 19:08:19 chuck Exp $ # $NetBSD: Makefile.inc,v 1.2 1996/04/13 01:17:58 cgd Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ + memchr.c \ strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ strncpy.c scanc.c skpc.c strncasecmp.c |