Module Name:    src
Committed By:   pooka
Date:           Wed Jan 20 03:36:26 UTC 2010

Modified Files:
        src/sys/lib/libkern/arch/mips: Makefile.inc

Log Message:
__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)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/lib/libkern/arch/mips/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libkern/arch/mips/Makefile.inc
diff -u src/sys/lib/libkern/arch/mips/Makefile.inc:1.21 src/sys/lib/libkern/arch/mips/Makefile.inc:1.22
--- src/sys/lib/libkern/arch/mips/Makefile.inc:1.21	Mon Dec 14 00:48:35 2009
+++ src/sys/lib/libkern/arch/mips/Makefile.inc	Wed Jan 20 03:36:26 2010
@@ -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
 

Reply via email to