K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2013-11-20T01:42:29.920071Z K 7 svn:log V 244 Use 'int' to store the return value of getopt(), rather than char. On some architectures (powerpc), char is unsigned by default, which means comparisons against -1 always fail, so the programs get stuck in an infinite loop. MFC after: 1 week END