Date: Mon, 1 Jan 1996 09:05:10 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Message-ID: <199601011705.JAA27436@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/01/01 09:05:08
Modified: sys/kern kern_sysctl.c
sys/sys systm.h
Log:
Fix the reversed source and dest args to bcopy() in the kernel space
sysctl handler (ouch!)
Add a "const" qualifier to the source of the copyin() and copyout()
functions - the other const warning in kern_sysctl.c was silenced when
copyout was declared as having a const source.. (which it is)
Revision Changes Path
1.59 +2 -2 src/sys/kern/kern_sysctl.c
1.29 +3 -3 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601011705.JAA27436>
