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/mips | |
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/mips')
-rw-r--r-- | sys/lib/libkern/arch/mips/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libkern/arch/mips/Makefile.inc b/sys/lib/libkern/arch/mips/Makefile.inc index 26665e5e1d5..d60ae259ebb 100644 --- a/sys/lib/libkern/arch/mips/Makefile.inc +++ b/sys/lib/libkern/arch/mips/Makefile.inc @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.4 1996/05/15 08:24:15 pefo Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/11/04 19:08:10 chuck Exp $ # $NetBSD: Makefile.inc,v 1.4 1996/04/13 01:17:46 cgd Exp $ # # There are likely more that we will notice when we go native SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ + memchr.c \ bcmp.S bcopy.S bzero.S strcat.c strcmp.c strcpy.c ffs.S htonl.S \ htons.S strcmp.S strlen.S strncmp.c random.c scanc.c skpc.c strncpy.c \ strncasecmp.c |