cvs commit: src/lib/libc/stdlib getenv.c
    Sean Farley 
    scf at FreeBSD.org
       
    Fri Sep 21 19:30:44 PDT 2007
    
    
  
scf         2007-09-22 02:30:44 UTC
  FreeBSD src repository
  Modified files:
    lib/libc/stdlib      getenv.c 
  Log:
  The precision for a string argument in a call to warnx() needs to be cast
  to an int to remove the warning from using a size_t variable on 64-bit
  platforms.
  
  Submitted by:   Xin LI <delphij at FreeBSD.org>
  Approved by:    wes
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.12      +2 -1      src/lib/libc/stdlib/getenv.c
    
    
More information about the cvs-all
mailing list