diff options
author | imp <imp@cvs.openbsd.org> | 2000-08-15 01:06:13 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 2000-08-15 01:06:13 +0000 |
commit | e521ce0f6a89f7afec3ed4476478a083c1e06e9a (patch) | |
tree | 3db65848e82da917d013e4a475d91b6f44649feb /sys/lib | |
parent | a27539ae3625b22b5b4b5ce25336a5fda19c6b06 (diff) |
+memset for ext2fs, should fix both pmax (untested) and arc
Diffstat (limited to 'sys/lib')
-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 |