diff options
author | Denys Vlasenko | 2011-01-25 23:21:46 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-01-25 23:21:46 +0100 |
commit | 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 (patch) | |
tree | 73eec58affb5ac0b6d8e97fb36e9f0beb11da00d /coreutils/who.c | |
parent | 9aa599dc9dc076f6fa6e4312e4750a703cf16450 (diff) | |
download | busybox-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.zip busybox-8d0e0cdadf726beab28ccdc7d69738c1534e1f74.tar.gz |
move utmp.h include to libbb.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 8384d95..ab1e30f 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -19,7 +19,6 @@ /* BB_AUDIT SUSv3 _NOT_ compliant -- missing options -b, -d, -l, -m, -p, -q, -r, -s, -t, -T, -u; Missing argument 'file'. */ #include "libbb.h" -#include <utmp.h> static void idle_string(char *str6, time_t t) { |