diff options
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r-- | miscutils/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c index f562a91a2..f4a3be739 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -101,7 +101,7 @@ int mt_main(int argc, char **argv) | |||
101 | break; | 101 | break; |
102 | } | 102 | } |
103 | 103 | ||
104 | fd = xopen3(file, mode, 0); | 104 | fd = xopen(file, mode); |
105 | 105 | ||
106 | switch (code->value) { | 106 | switch (code->value) { |
107 | case MTTELL: | 107 | case MTTELL: |