A PPC system has been observed where "char" is unsigned; with that,
the getopt loop will never terminate because optchar != -1 could not
happen.
=================
Enhancements:
- Support for Linux 3.9
+- iptaccount: fix entire program being erroneously optimized away on PPC
v2.1 (2012-11-27)
struct ipt_ACCOUNT_context ctx;
struct ipt_acc_handle_ip *entry;
int i;
- char optchar;
+ int optchar;
bool doHandleUsage = false, doHandleFree = false, doTableNames = false;
bool doFlush = false, doContinue = false, doCSV = false;