aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/pass4.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-20 22:57:10 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-20 22:57:10 +0000
commitb70cd7ee6822a6f7ec2d120c14db0625ddd9e024 (patch)
treeb0afc6442896204ba707723c961e59b4de37a932 /sbin/fsck_ffs/pass4.c
parent73bf18edb8e37fb1bc9e6f3f25daf63afaa3d374 (diff)
downloadsrc-b70cd7ee6822a6f7ec2d120c14db0625ddd9e024.tar.gz
src-b70cd7ee6822a6f7ec2d120c14db0625ddd9e024.zip
o __P removed
o ansi function prototypes o unifdef -D__STDC__ o __dead2 on usage prototype o remove now-bogus main prototype
Notes
Notes: svn path=/head/; revision=92839
Diffstat (limited to 'sbin/fsck_ffs/pass4.c')
-rw-r--r--sbin/fsck_ffs/pass4.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/pass4.c b/sbin/fsck_ffs/pass4.c
index c6f0affd1537..6683ae417c82 100644
--- a/sbin/fsck_ffs/pass4.c
+++ b/sbin/fsck_ffs/pass4.c
@@ -50,7 +50,7 @@ static const char rcsid[] =
#include "fsck.h"
void
-pass4()
+pass4(void)
{
ino_t inumber;
struct zlncnt *zlnp;
@@ -121,8 +121,7 @@ pass4()
}
int
-pass4check(idesc)
- struct inodesc *idesc;
+pass4check(struct inodesc *idesc)
{
struct dups *dlp;
int nfrags, res = KEEPON;