artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6474d
)
getopt(3) fix that I missed in the previous sweep.
author
millert
<millert@openbsd.org>
Thu, 16 Jan 1997 05:27:46 +0000
(
05:27
+0000)
committer
millert
<millert@openbsd.org>
Thu, 16 Jan 1997 05:27:46 +0000
(
05:27
+0000)
usr.sbin/sendmail/src/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/sendmail/src/main.c
b/usr.sbin/sendmail/src/main.c
index
df276d4
..
e420bbd
100644
(file)
--- a/
usr.sbin/sendmail/src/main.c
+++ b/
usr.sbin/sendmail/src/main.c
@@
-515,7
+515,7
@@
main(argc, argv, envp)
OpMode = MD_PURGESTAT;
optind = 1;
- while ((j = getopt(argc, argv, OPTIONS)) !=
EOF
)
+ while ((j = getopt(argc, argv, OPTIONS)) !=
-1
)
{
switch (j)
{