diff options
Diffstat (limited to 'miscutils/last.c')
-rw-r--r-- | miscutils/last.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/last.c b/miscutils/last.c index 612f50488..8c8192bee 100644 --- a/miscutils/last.c +++ b/miscutils/last.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 37 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
38 | int last_main(int argc, char **argv ATTRIBUTE_UNUSED) | 38 | int last_main(int argc, char **argv UNUSED_PARAM) |
39 | { | 39 | { |
40 | struct utmp ut; | 40 | struct utmp ut; |
41 | int n, file = STDIN_FILENO; | 41 | int n, file = STDIN_FILENO; |