diff options
Diffstat (limited to 'miscutils/last_fancy.c')
-rw-r--r-- | miscutils/last_fancy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/miscutils/last_fancy.c b/miscutils/last_fancy.c index 0dba9dca7..2b7fee6e5 100644 --- a/miscutils/last_fancy.c +++ b/miscutils/last_fancy.c | |||
@@ -10,6 +10,9 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | #include <utmp.h> | 11 | #include <utmp.h> |
12 | 12 | ||
13 | /* NB: ut_name and ut_user are the same field, use only one name (ut_user) | ||
14 | * to reduce confusion */ | ||
15 | |||
13 | #ifndef SHUTDOWN_TIME | 16 | #ifndef SHUTDOWN_TIME |
14 | # define SHUTDOWN_TIME 254 | 17 | # define SHUTDOWN_TIME 254 |
15 | #endif | 18 | #endif |