Source-Changes archive

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

CVS commit: src/sys/sys



Module Name:    src
Committed By:   christos
Date:           Sat Aug  8 21:23:15 UTC 2009

Modified Files:
        src/sys/sys: bswap.h cdefs.h endian.h termios.h

Log Message:
Create and use __CAST(type, value) in headers so that modern c++ with
-Wold-style-casts does not bitch.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/sys/bswap.h
cvs rdiff -u -r1.76 -r1.77 src/sys/sys/cdefs.h
cvs rdiff -u -r1.27 -r1.28 src/sys/sys/endian.h
cvs rdiff -u -r1.29 -r1.30 src/sys/sys/termios.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