Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2004 21:28:09 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/fstat Makefile cd9660.c fstat.c fstat.h msdosfs.c
Message-ID:  <200406292128.i5TLS9SV008458@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2004-06-29 21:28:09 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/fstat        Makefile cd9660.c fstat.c fstat.h 
                         msdosfs.c 
  Log:
  1) ANSIfy.
  2) Use %p to print a pointer.
  3) Use longs for fileids and ino to avoid comparing signed and unsigned.
  4) Make the KVM_READ macro a little more cranky.
  5) Set WARNS while I'm here.
  
  Revision  Changes    Path
  1.8       +1 -0      src/usr.bin/fstat/Makefile
  1.5       +1 -3      src/usr.bin/fstat/cd9660.c
  1.54      +15 -37    src/usr.bin/fstat/fstat.c
  1.6       +3 -2      src/usr.bin/fstat/fstat.h
  1.9       +1 -3      src/usr.bin/fstat/msdosfs.c



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