fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 29 May 2011 02:24:13 +0000 (04:24 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 29 May 2011 02:24:52 +0000 (04:24 +0200)
commit488dd7086925b83bb36568965558221e04d2cc91
tree2c4ee47019880b24cb308eef3eb6f9fd211fbafb
parent217a7f4bf95339a93a217c5806c5b9a48c0027d5
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775

When compiling with !ENABLE_FEATURE_GETOPT_LONG, busybox still tries
to include getopt.h which is not available; for example with uClibc
when !UCLIBC_HAS_GETOPT_LONG.  getopt.h is only required
for the _long set of functions.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
docs/style-guide.txt
libbb/getopt32.c
selinux/chcon.c
selinux/runcon.c
util-linux/getopt.c