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:   pavel
Date:           Sat Sep 23 20:10:14 UTC 2006

Modified Files:
        src/sys/arch/prep/stand/mkbootimage: mkbootimage.c
        src/sys/arch/x68k/stand/installboot: installboot.c

Log Message:
Replace wrong tests for character device (st.st_mode & S_IFCHR) by
S_ISCHR. Originally discovered by Paul Stoeber in OpenBSD.

OK elad@.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/prep/stand/mkbootimage/mkbootimage.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/x68k/stand/installboot/installboot.c

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