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 Remove kern_assert.c - it's not ne...
details: https://anonhg.NetBSD.org/src/rev/08fbf3d9340e
branches: trunk
changeset: 750987:08fbf3d9340e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Jan 20 18:13:40 2010 +0000
description:
Remove kern_assert.c - it's not needed here cuz it's already pulled in
by sys/lib/libkern/Makefile.libkern
OK pooka@
diffstat:
sys/lib/libkern/arch/mips/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7ef4014f5e40 -r 08fbf3d9340e sys/lib/libkern/arch/mips/Makefile.inc
--- a/sys/lib/libkern/arch/mips/Makefile.inc Wed Jan 20 17:12:08 2010 +0000
+++ b/sys/lib/libkern/arch/mips/Makefile.inc Wed Jan 20 18:13:40 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.22 2010/01/20 03:36:26 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.23 2010/01/20 18:13:40 pgoyette 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+= kern_assert.c memchr.c memcmp.c random.c scanc.c \
+SRCS+= 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