cvs commit: src/sbin/growfs growfs.c

Maxime Henrion mux at FreeBSD.org
Sat Apr 3 14:56:55 PST 2004


mux         2004/04/03 14:56:55 PST

  FreeBSD src repository

  Modified files:
    sbin/growfs          growfs.c 
  Log:
  - Don't abuse caddr_t when what we really want is a void *.
  - Use the %jd format and a cast to intmax_t to print an int64_t.
  - The return type of getopt() is an int, not a char.
  
  This fixes some warnings but there's still much more work to do here.
  
  Revision  Changes    Path
  1.19      +5 -4      src/sbin/growfs/growfs.c


More information about the cvs-src mailing list