Add FreeBSD-only options to the getopt string

PR:		21544
Submitted by:	Peter Jeremy <peter.jeremy@alcatel.com.au>
This commit is contained in:
Gregory Neil Shapiro 2000-10-10 22:27:08 +00:00
parent a3fef8df1c
commit 3d1a10799a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66949

View File

@ -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)
{