commit | 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jan 25 23:21:46 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jan 25 23:21:46 2011 +0100 |
tree | 73eec58affb5ac0b6d8e97fb36e9f0beb11da00d | |
parent | 9aa599dc9dc076f6fa6e4312e4750a703cf16450 [diff] [blame] |
move utmp.h include to libbb.h Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash.c b/shell/ash.c index 298ba35..0bcbf90 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -4944,6 +4944,8 @@ * Code for dealing with input/output redirection. */ +#undef EMPTY +#undef CLOSED #define EMPTY -2 /* marks an unused slot in redirtab */ #define CLOSED -3 /* marks a slot of previously-closed fd */