freebsd-dev/sys/ufs/ffs
Garrett Wollman f23b4c91c4 Fix up some sloppy coding practices:
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
  header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.

NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
1994-08-18 22:36:09 +00:00
..
ffs_alloc.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs_balloc.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs_extern.h Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
ffs_inode.c Changed occurrances of "itrunc" to "ffs_truncate" to make Bruce happy. 1994-08-03 08:19:35 +00:00
ffs_subr.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs_tables.c Added $Id$ 1994-08-02 07:55:43 +00:00
ffs_vfsops.c Fix up some sloppy coding practices: 1994-08-18 22:36:09 +00:00
ffs_vnops.c Made lockf advisory locking code generic (rather than ufs specific), and 1994-08-08 17:31:01 +00:00
fs.h Added $Id$ 1994-08-02 07:55:43 +00:00