Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   tsutsui
Date:           Sun Mar  4 05:28:38 UTC 2007

Modified Files:
        src/sys/arch/hp300/include: intr.h
        src/sys/arch/luna68k/include: intr.h
        src/sys/arch/m68k/include: softintr.h
        src/sys/arch/x68k/include: intr.h

Log Message:
Hide #include <m68k/softintr.h> inside #ifdef _KERNEL in <machine/intr.h>
to avoid exporting unnecessary files to userland.
Should fix build.sh failure, which was pointed out by isaki@.

XXX: which userland program would require contents of <machine/intr.h>?


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/hp300/include/intr.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/luna68k/include/intr.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/m68k/include/softintr.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/x68k/include/intr.h

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




Home | Main Index | Thread Index | Old Index