Date: Tue, 4 Jun 2002 01:45:38 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getconf getconf.c Message-ID: <200206040845.g548jcr60331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr         2002/06/04 01:45:38 PDT
  Modified files:
    usr.bin/getconf      getconf.c 
  Log:
  confstr() returns (size_t)-1 on failure. Check for this explicitly instead
  of trying to see if an unsigned number is less than zero.
  
  Revision  Changes    Path
  1.3       +2 -2      src/usr.bin/getconf/getconf.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?200206040845.g548jcr60331>
