Perform some basic cleanups. Change some types over to C99 standard
authorDavid Rhodus <drhodus@dragonflybsd.org>
Sun, 18 Jul 2004 19:43:48 +0000 (19:43 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Sun, 18 Jul 2004 19:43:48 +0000 (19:43 +0000)
commitf719c866d82b3805e36445fd93f1509a5a548fd0
tree43f6327a727020c626d948acb1a951e5839024cd
parent9cd515f970846ad97ce22329658dd81205a1f12e
Perform some basic cleanups. Change some types over to C99 standard
types. Correct some misspellings. Correct some type usages which could
possibly resulted in overflows in the filesystem code.
25 files changed:
sys/vfs/ufs/README
sys/vfs/ufs/README.softupdates
sys/vfs/ufs/dinode.h
sys/vfs/ufs/dir.h
sys/vfs/ufs/dirhash.h
sys/vfs/ufs/ffs_alloc.c
sys/vfs/ufs/ffs_balloc.c
sys/vfs/ufs/ffs_extern.h
sys/vfs/ufs/ffs_inode.c
sys/vfs/ufs/ffs_rawread.c
sys/vfs/ufs/ffs_softdep.c
sys/vfs/ufs/ffs_softdep_stub.c
sys/vfs/ufs/ffs_vfsops.c
sys/vfs/ufs/fs.h
sys/vfs/ufs/inode.h
sys/vfs/ufs/quota.h
sys/vfs/ufs/softdep.h
sys/vfs/ufs/ufs_dirhash.c
sys/vfs/ufs/ufs_extern.h
sys/vfs/ufs/ufs_lookup.c
sys/vfs/ufs/ufs_quota.c
sys/vfs/ufs/ufs_readwrite.c
sys/vfs/ufs/ufs_vfsops.c
sys/vfs/ufs/ufs_vnops.c
sys/vfs/ufs/ufsmount.h