* src/fsusage.c: Remove references to HAVE_INFOMOUNT.

This commit is contained in:
Pavel Tsekov 2006-12-21 18:47:06 +00:00
parent 9ab2dde60c
commit 493a107f8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-12-21 Pavel Tsekov <ptsekov@gmx.net>
* fsusage.c: Remove references to HAVE_INFOMOUNT.
2006-12-21 Pavel Tsekov <ptsekov@gmx.net>
* fsusage.h: Update from gnulib.

View File

@ -21,8 +21,6 @@
#include <config.h>
#endif
#ifdef HAVE_INFOMOUNT
#include "fsusage.h"
#include <limits.h>
@ -257,5 +255,3 @@ static int statfs (char *file, struct statfs *fsb)
return 0;
}
#endif /* _AIX && _I386 */
#endif /* HAVE_INFOMOUNT */