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 fc5916ec2..f4d9a812e 100644 --- a/miscutils/last.c +++ b/miscutils/last.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 29 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
30 | int last_main(int argc, char **argv) | 30 | int last_main(int argc, char **argv ATTRIBUTE_UNUSED) |
31 | { | 31 | { |
32 | struct utmp ut; | 32 | struct utmp ut; |
33 | int n, file = STDIN_FILENO; | 33 | int n, file = STDIN_FILENO; |