cvs commit: src/sbin/devd devd.cc

Warner Losh imp at FreeBSD.org
Fri May 2 10:38:10 PDT 2003


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


More information about the cvs-src mailing list