summaryrefslogtreecommitdiff
path: root/console-tools/dumpkmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/dumpkmap.c')
-rw-r--r--console-tools/dumpkmap.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index 85926556c..19ba77d82 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -51,11 +51,7 @@ int dumpkmap_main(int argc, char **argv)
51 bb_show_usage(); 51 bb_show_usage();
52 } 52 }
53 53
54 fd = open(CURRENT_VC, O_RDWR); 54 fd=bb_xopen(CURRENT_VC, O_RDWR);
55 if (fd < 0) {
56 bb_perror_msg("Error opening " CURRENT_VC);
57 return EXIT_FAILURE;
58 }
59 55
60 write(1, magic, 7); 56 write(1, magic, 7);
61 57