Date: Fri, 2 May 2003 10:38:09 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd devd.cc Message-ID: <200305021738.h42Hc98R026034@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/05/02 10:38:09 PDT
FreeBSD src repository
Modified files:
sbin/devd devd.cc
Log:
sysctlbyname takes a size_t as its 5th argument, not a pointer.
However, since NULL was used, and this is C++, this error went
undetected until g++ 3.3 somehow managed to whine about it.
Reported by: obrien
Revision Changes Path
1.14 +1 -1 src/sbin/devd/devd.cc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305021738.h42Hc98R026034>
