Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   dholland
Date:           Sat Oct 15 19:50:20 UTC 2011

Modified Files:
        src/sys/dev/ic: bwivar.h
        src/sys/dev/pci: if_sip.c

Log Message:
"return f();" where both f and the enclosing function return void is
sometimes convenient. But, it's not standard, so don't do it.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/bwivar.h
cvs rdiff -u -r1.149 -r1.150 src/sys/dev/pci/if_sip.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