summaryrefslogtreecommitdiff
path: root/quotacheck.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
committerjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
commit07c4d96601d69b589321316a2c46cc839d2448b2 (patch)
treecb07ac47bce6cfe8cc32ffb1ff8ccac386db2641 /quotacheck.c
parentac836075998abb743c0f53f66d45db2d504f5485 (diff)
warnquota(8) supports getting of e-mail address via LDAP (James Bourne)
warnquota(8) supports checking whether user is not over quota on mail partition (James Bourne) fixed typo in quotacheck.8 (Noel Koethe)
Diffstat (limited to 'quotacheck.c')
-rw-r--r--quotacheck.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/quotacheck.c b/quotacheck.c
index fdd80cf..f452def 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.35 2004/01/05 09:02:34 jkar8572 Exp $"
+#ident "$Id: quotacheck.c,v 1.36 2004/01/05 09:34:42 jkar8572 Exp $"
#include <dirent.h>
#include <stdio.h>
@@ -28,7 +28,6 @@
#include <sys/mount.h>
#if defined(EXT2_DIRECT)
-#include <linux/ext2_fs.h>
#include <ext2fs/ext2fs.h>
#endif