diff options
| author | pooka <pooka@NetBSD.org> | 2010-01-20 03:36:26 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-01-20 03:36:26 +0000 |
| commit | 793cda8e13c16419002bfc41219fd2db9ebc6c55 (patch) | |
| tree | 5aa32e85ab452ea6c3186e77b2d24efdb9de796d /sys/lib | |
| parent | 6fbbcd94ce43e80bd3bf1405127196a28d89d8fa (diff) | |
__assert.c -> kern_assert.c
(I don't fully understand why __assert.c is needed here. maybe it
can be removed, but I don't have time to do a full set of mips builds
tonight)
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 dc9b224d781..599d8dd6089 100644 --- a/sys/lib/libkern/arch/mips/Makefile.inc +++ b/sys/lib/libkern/arch/mips/Makefile.inc @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.inc,v 1.21 2009/12/14 00:48:35 matt Exp $ +# $NetBSD: Makefile.inc,v 1.22 2010/01/20 03:36:26 pooka Exp $ # # There are likely more that we will notice when we go native NO_SRCS+= imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c NO_SRCS+= __main.c -SRCS+= __assert.c memchr.c memcmp.c random.c scanc.c \ +SRCS+= kern_assert.c memchr.c memcmp.c random.c scanc.c \ skpc.c strcat.c strcpy.c strcasecmp.c \ strncasecmp.c strncmp.c strncpy.c strtoul.c |
