Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   alc
Date:           Wed Jul 22 22:53:41 UTC 2009

Modified Files:
        src/lib/libc/gen: sysctl.3 sysctlbyname.c
        src/sys/sys: sysctl.h

Log Message:
Constify the fourth argument of sysctlbtname(3) (ie. `newp', the pointer to
the new value).

This change sync sysctl(3) and sysctlbtname(3) prototypes.

No objection on <tech-userlevel>


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/lib/libc/gen/sysctl.3
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gen/sysctlbyname.c
cvs rdiff -u -r1.184 -r1.185 src/sys/sys/sysctl.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