diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:16:38 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-31 22:16:38 +0000 |
commit | 3ea433409694393b67dd9dee3b184268ab75ac56 (patch) | |
tree | f2d3fe127fb6c3c1d3b919631de6e6ed7cbc1791 /loginutils/login.c | |
parent | 2c31c731f0026b9f92dc0e07542fb8e38cad7dd2 (diff) | |
download | busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.tar.gz busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.tar.bz2 busybox-w32-3ea433409694393b67dd9dee3b184268ab75ac56.zip |
use "glibc errno" trick not only for ash, but for entire busybox
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
git-svn-id: svn://busybox.net/trunk/busybox@18716 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'loginutils/login.c')
-rw-r--r-- | loginutils/login.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/login.c b/loginutils/login.c index d725466aa..142695008 100644 --- a/loginutils/login.c +++ b/loginutils/login.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <selinux/selinux.h> /* for is_selinux_enabled() */ | 12 | #include <selinux/selinux.h> /* for is_selinux_enabled() */ |
13 | #include <selinux/get_context_list.h> /* for get_default_context() */ | 13 | #include <selinux/get_context_list.h> /* for get_default_context() */ |
14 | #include <selinux/flask.h> /* for security class definitions */ | 14 | #include <selinux/flask.h> /* for security class definitions */ |
15 | #include <errno.h> | ||
16 | #endif | 15 | #endif |
17 | 16 | ||
18 | enum { | 17 | enum { |