summaryrefslogtreecommitdiff
path: root/e2fsck/iscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsck/iscan.c')
-rw-r--r--e2fsck/iscan.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/e2fsck/iscan.c b/e2fsck/iscan.c
index f5286b74..52cad11e 100644
--- a/e2fsck/iscan.c
+++ b/e2fsck/iscan.c
@@ -16,9 +16,6 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
-#ifdef HAVE_MNTENT_H
-#include <mntent.h>
-#endif
#include <sys/ioctl.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
@@ -110,7 +107,7 @@ int main (int argc, char *argv[])
retval = ext2fs_open(device_name, 0,
0, 0, unix_io_manager, &fs);
if (retval) {
- com_err(program_name, retval, _("while trying to open %s"),
+ com_err(program_name, retval, _("while trying to open '%s'"),
device_name);
exit(1);
}