Add FreeBSD-only options to the getopt string
PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
This commit is contained in:
parent
a3fef8df1c
commit
3d1a10799a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user