diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-01 22:36:39 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-01 22:36:39 +0000 |
commit | cd2663f15e74274619dd97dc382bb858ac255872 (patch) | |
tree | f86565e574c3488794383b910b9f3fa3ae27df48 /miscutils/last_fancy.c | |
parent | d78920675f31d6ec87dc883c4edc0f3862b22f6a (diff) | |
download | busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.gz busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.bz2 busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.zip |
ash: optional printf builtin. +25 bytes if off, +35 if on.
by Cristian Ionescu-Idbohrn.
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 |