Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   pooka
Date:           Thu Jan  1 21:35:22 UTC 2009

Modified Files:
        src/sys/kern: subr_kobj.c

Log Message:
Squelch type-punning warnings with void * casts.  We are allowed
to do this because the pointers do not have aliases.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/kern/subr_kobj.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