diff options
author | 2000-08-15 01:06:12 +0000 | |
---|---|---|
committer | 2000-08-15 01:06:12 +0000 | |
commit | da3188ce7a3fcd2aecfb6d17a769376d1bfc9a83 (patch) | |
tree | e72afe6e489e78e63729b51963d581192311a600 /sys/lib/libkern/arch/mips | |
parent | +files.mii for ep (diff) | |
download | wireguard-openbsd-da3188ce7a3fcd2aecfb6d17a769376d1bfc9a83.tar.xz wireguard-openbsd-da3188ce7a3fcd2aecfb6d17a769376d1bfc9a83.zip |
+memset for ext2fs, should fix both pmax (untested) and arc
Diffstat (limited to 'sys/lib/libkern/arch/mips')
-rw-r--r-- | sys/lib/libkern/arch/mips/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/mips/Makefile.inc b/sys/lib/libkern/arch/mips/Makefile.inc index 908b0199907..a3fe509803b 100644 --- a/sys/lib/libkern/arch/mips/Makefile.inc +++ b/sys/lib/libkern/arch/mips/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.7 2000/06/16 19:56:55 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2000/08/15 01:06:12 imp 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 memcmp.c strcmp.c \ + memchr.c memcmp.c memset.c strcmp.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 |