Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2001 15:48:21 -0800 (PST)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c pass1.c pass2.c pass3.c pass5.c setup.c utilities.c
Message-ID:  <200111172348.fAHNmLD40995@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/11/17 15:48:21 PST

  Modified files:
    sbin/fsck_ffs        dir.c fsck.h fsutil.c inode.c main.c 
                         pass1.c pass2.c pass3.c pass5.c setup.c 
                         utilities.c 
  Log:
  Fix a large number of -Wall, -Wformat and -W compiler warnings.
  These were mainly missing casts or wrong format strings in printf
  statements, but there were also missing includes, unused variables,
  functions and arguments.
  
  The choice of `long' vs `int' still seems almost random in a lot
  of places though.
  
  Revision  Changes    Path
  1.19      +3 -3      src/sbin/fsck_ffs/dir.c
  1.21      +7 -6      src/sbin/fsck_ffs/fsck.h
  1.8       +3 -16     src/sbin/fsck_ffs/fsutil.c
  1.26      +5 -5      src/sbin/fsck_ffs/inode.c
  1.28      +13 -16    src/sbin/fsck_ffs/main.c
  1.24      +9 -7      src/sbin/fsck_ffs/pass1.c
  1.14      +2 -2      src/sbin/fsck_ffs/pass2.c
  1.10      +5 -4      src/sbin/fsck_ffs/pass3.c
  1.23      +6 -5      src/sbin/fsck_ffs/pass5.c
  1.26      +4 -2      src/sbin/fsck_ffs/setup.c
  1.18      +3 -3      src/sbin/fsck_ffs/utilities.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?200111172348.fAHNmLD40995>