Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
authorJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 02:00:04 +0000 (02:00 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 02:00:04 +0000 (02:00 +0000)
commitc2d2dec516bd776d6acba7637d2e9ee721394604
tree9c653ac2059ce12ae9004342e22881af2c68794a
parent1e40423be84cc3e594d7c64c923f39663549dcca
Compare getopt_long return value against -1, not EOF.  Use NULL, not '(int *) 0' as last parameter in getopt_long call.
21 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/paste.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c