Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 14:56:55 -0800 (PST)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/growfs growfs.c
Message-ID:  <200404032256.i33MutpJ094361@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404032256.i33MutpJ094361>