summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2000-10-10 22:27:08 +0000
committergshapiro <gshapiro@FreeBSD.org>2000-10-10 22:27:08 +0000
commit7a464b8ff3dd5c45c7dca1a4587824f4cac0d38a (patch)
tree013cb357769fd3f9b94f5c1f67dc6e1fc1f13f73 /contrib/sendmail/mail.local
parent73c324a90a04e5a2c362c150f23e7f1431887aeb (diff)
downloadFreeBSD-src-7a464b8ff3dd5c45c7dca1a4587824f4cac0d38a.zip
FreeBSD-src-7a464b8ff3dd5c45c7dca1a4587824f4cac0d38a.tar.gz
Add FreeBSD-only options to the getopt string
PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c
index 93da327..56e1aa2 100644
--- a/contrib/sendmail/mail.local/mail.local.c
+++ b/contrib/sendmail/mail.local/mail.local.c
@@ -308,7 +308,7 @@ main(argc, argv)
# endif /* LOG_MAIL */
from = NULL;
- while ((ch = getopt(argc, argv, "7bdf:r:l")) != -1)
+ while ((ch = getopt(argc, argv, "7Bbdf:r:ls")) != -1)
{
switch(ch)
{
OpenPOWER on IntegriCloud