Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dogcow
Date:           Sun Sep 24 06:51:39 UTC 2006

Modified Files:
        src/sys/kern: kern_subr.c
        src/sys/sys: systm.h

Log Message:
make powerhook_establish use const char*, not char *. This solves lots of
gcc pointer whining. Since there's one LKM that uses this function, though,
it's kernel version bump time.


To generate a diff of this commit:
cvs rdiff -r1.144 -r1.145 src/sys/kern/kern_subr.c
cvs rdiff -r1.188 -r1.189 src/sys/sys/systm.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