Date: Sat, 2 Jun 2001 21:58:51 -0700 (PDT) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c Message-ID: <200106030458.f534wpv03246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2001/06/02 21:58:51 PDT Modified files: sys/kern kern_sysctl.c Log: When tring to find out if this is a request for a write in kernel_sysctl and userland_sysctl, check for whether new is NULL, not whether newlen is 0. This allows one to set a string sysctl to "". Revision Changes Path 1.108 +3 -3 src/sys/kern/kern_sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106030458.f534wpv03246>