K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-09-08T12:07:09.717787Z K 7 svn:log V 274 getopt() returns `int' according to the standard, but was assigned to `char' variable, and this can break the == -1 check. It works on i386, but not on PowerPC, where `char' is unsigned by default. Use variable of correct type (int) to hold the return value of getopt(3). END