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/mips __assert.c -> kern_assert.c
details: https://anonhg.NetBSD.org/src/rev/c31d2b7866e1
branches: trunk
changeset: 750966:c31d2b7866e1
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jan 20 03:36:26 2010 +0000
description:
__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:
sys/lib/libkern/arch/mips/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 78507bed69dd -r c31d2b7866e1 sys/lib/libkern/arch/mips/Makefile.inc
--- a/sys/lib/libkern/arch/mips/Makefile.inc Wed Jan 20 01:15:52 2010 +0000
+++ b/sys/lib/libkern/arch/mips/Makefile.inc Wed Jan 20 03:36:26 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index