]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Compare getopt_long return value against -1, not EOF. Use NULL, not '(int *) 0'...
authorJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 03:05:36 +0000 (03:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 03:05:36 +0000 (03:05 +0000)
commit89105fd3823272827c5a45facab0adc7fc965674
tree218607c2108ff235168cfe7b8ffb81635631fef7
parent5c0a603f0cead69d3766f58478dde18bf8b3df6c
Compare getopt_long return value against -1, not EOF.  Use NULL, not '(int *) 0' as last parameter in getopt_long call.
login-utils/su.c