summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/pass3.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-11 06:22:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-11 06:22:16 +0000
commit4e11c004395b80e095e2512274ee143f75b923f2 (patch)
tree7dd90385c7fc68e56457d473631e3db8896270d2 /sbin/fsck_ext2fs/pass3.c
parent5dd7b59250a41ff74475db0fc6290dc6b029d96d (diff)
ansification
Diffstat (limited to 'sbin/fsck_ext2fs/pass3.c')
-rw-r--r--sbin/fsck_ext2fs/pass3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ext2fs/pass3.c b/sbin/fsck_ext2fs/pass3.c
index 03659e24bc7..5de22eb2c4f 100644
--- a/sbin/fsck_ext2fs/pass3.c
+++ b/sbin/fsck_ext2fs/pass3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pass3.c,v 1.5 2003/06/02 20:06:15 millert Exp $ */
+/* $OpenBSD: pass3.c,v 1.6 2003/06/11 06:22:13 deraadt Exp $ */
/* $NetBSD: pass3.c,v 1.2 1997/09/14 14:27:28 lukem Exp $ */
/*
@@ -39,7 +39,7 @@
#include "extern.h"
void
-pass3()
+pass3(void)
{
struct inoinfo **inpp, *inp;
ino_t orphan;