K 10 svn:author V 3 jkh K 8 svn:date V 27 1998-03-01T05:10:28.000000Z K 7 svn:log V 258 Wargh! Who went and changed all the getopt() comparisons from -1 to EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct). END