diff options
Diffstat (limited to 'miscutils/eject.c')
-rw-r--r-- | miscutils/eject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/eject.c b/miscutils/eject.c index ff3976ebb..94a36c0da 100644 --- a/miscutils/eject.c +++ b/miscutils/eject.c | |||
@@ -89,7 +89,7 @@ int eject_main(int argc UNUSED_PARAM, char **argv) | |||
89 | const char *device; | 89 | const char *device; |
90 | 90 | ||
91 | opt_complementary = "?1:t--T:T--t"; | 91 | opt_complementary = "?1:t--T:T--t"; |
92 | flags = getopt32(argv, "tT" USE_FEATURE_EJECT_SCSI("s")); | 92 | flags = getopt32(argv, "tT" IF_FEATURE_EJECT_SCSI("s")); |
93 | device = argv[optind] ? argv[optind] : "/dev/cdrom"; | 93 | device = argv[optind] ? argv[optind] : "/dev/cdrom"; |
94 | 94 | ||
95 | /* We used to do "umount <device>" here, but it was buggy | 95 | /* We used to do "umount <device>" here, but it was buggy |