summaryrefslogtreecommitdiff
path: root/quotacheck.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-09-21 12:45:22 +0000
committerjkar8572 <jkar8572>2001-09-21 12:45:22 +0000
commitd9b70c744b212ede06d4487e134c9aaca084e037 (patch)
tree499b5972dfb20eec26ae8c8add3a65496737a44a /quotacheck.c
parent04a1421bea066571fbeda0c764013fe1abd05fc9 (diff)
Syslog support for rpc.rquotad by Jani Jaakkola; fixed some bugs by me...
Diffstat (limited to 'quotacheck.c')
-rw-r--r--quotacheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotacheck.c b/quotacheck.c
index 5bfb41a..08d62c6 100644
--- a/quotacheck.c
+++ b/quotacheck.c
@@ -8,7 +8,7 @@
* New quota format implementation - Jan Kara <jack@suse.cz> - Sponsored by SuSE CR
*/
-#ident "$Id: quotacheck.c,v 1.18 2001/09/04 16:21:58 jkar8572 Exp $"
+#ident "$Id: quotacheck.c,v 1.19 2001/09/21 12:45:22 jkar8572 Exp $"
#include <dirent.h>
#include <stdio.h>
@@ -360,7 +360,7 @@ static void parse_options(int argcnt, char **argstr)
#if defined(EXT2_DIRECT)
static int ext2_direct_scan(char *device)
{
- ino_t i_num;
+ ext2_ino_t i_num;
ext2_filsys fs;
errcode_t error;
ext2_inode_scan scan;