Module Name:    src
Committed By:   dyoung
Date:           Sun Jul 17 01:18:42 UTC 2011

Modified Files:
        src/sys/arch/i386/include: Makefile
Removed Files:
        src/sys/arch/i386/include: bus.h

Log Message:
On i386, good-bye <machine/bus.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/include/Makefile
cvs rdiff -u -r1.41 -r0 src/sys/arch/i386/include/bus.h

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

Modified files:

Index: src/sys/arch/i386/include/Makefile
diff -u src/sys/arch/i386/include/Makefile:1.37 src/sys/arch/i386/include/Makefile:1.38
--- src/sys/arch/i386/include/Makefile:1.37	Sat Jul 31 21:47:54 2010
+++ src/sys/arch/i386/include/Makefile	Sun Jul 17 01:18:42 2011
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.37 2010/07/31 21:47:54 joerg Exp $
+#	$NetBSD: Makefile,v 1.38 2011/07/17 01:18:42 dyoung Exp $
 
 INCSDIR= /usr/include/i386
 
 INCS=	ansi.h aout_machdep.h apmvar.h asm.h \
-	bioscall.h bootinfo.h bswap.h byte_swap.h bus.h \
+	bioscall.h bootinfo.h bswap.h byte_swap.h \
 	cdefs.h cpu.h cpufunc.h cputypes.h \
 	disklabel.h \
 	elf_machdep.h endian.h endian_machdep.h \

Reply via email to