Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/sh3 add strncasecmp.c
details: https://anonhg.NetBSD.org/src/rev/6edc4b48aaa3
branches: trunk
changeset: 477556:6edc4b48aaa3
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Oct 21 15:05:08 1999 +0000
description:
add strncasecmp.c
diffstat:
sys/lib/libkern/arch/sh3/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 3a090972de83 -r 6edc4b48aaa3 sys/lib/libkern/arch/sh3/Makefile.inc
--- a/sys/lib/libkern/arch/sh3/Makefile.inc Thu Oct 21 15:03:28 1999 +0000
+++ b/sys/lib/libkern/arch/sh3/Makefile.inc Thu Oct 21 15:05:08 1999 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 1999/09/13 10:31:36 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.2 1999/10/21 15:05:08 msaitoh Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bswap64.c bcmp.c bzero.c ffs.c scanc.c skpc.c \
- strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c \
- random.c __assert.c memchr.c memcmp.c memset.c \
+ strcat.c strcmp.c strcpy.c strlen.c strncasecmp.c strncmp.c \
+ strncpy.c random.c __assert.c memchr.c memcmp.c memset.c \
ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S \
mulsi3.S sdivsi3.S udivsi3.S
Home |
Main Index |
Thread Index |
Old Index