diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-25 04:20:45 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-25 04:20:45 +0000 |
commit | 87a4ffd4d092e26fb849cea83c4a5aa85a2724ad (patch) | |
tree | 01bf94eb76d3eb153e8b33242a3755232663b054 /sys/lib | |
parent | 866ca9c25bd56b6df9e9d5182df3415d1ed2ebaf (diff) |
add missing function from libkern, strncasecmp()
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/libkern/arch/powerpc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/powerpc/Makefile.inc b/sys/lib/libkern/arch/powerpc/Makefile.inc index 42f058ef760..9fa57d42e34 100644 --- a/sys/lib/libkern/arch/powerpc/Makefile.inc +++ b/sys/lib/libkern/arch/powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 1997/11/04 19:08:15 chuck Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1998/09/25 04:20:44 rahnds Exp $ # $NetBSD: Makefile.inc,v 1.6 1994/10/26 06:39:03 cgd Exp $ CFLAGS += -D_KERNEL @@ -8,7 +8,7 @@ SRCS+= __main.c __eabi.c \ memchr.c \ bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ strncpy.c scanc.c skpc.c locc.c htonl.c htons.c ntohl.c ntohs.c \ - memcpy.c random.c + memcpy.c random.c strncasecmp.c # bcopy.c htolel.c letohl.c htoles.c letohs.c copystr.c \ # copyinstr.c copyoutstr.c copystr.c copyin.c copyout.c \ |