1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Oops. Fix my error with -W option

This commit is contained in:
Andrey A. Chernov 1995-09-15 22:18:45 +00:00
parent 6c11cc590a
commit 6bd660b66b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10811

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: startslip.c,v 1.10 1995/09/15 20:06:50 ache Exp $
* $Id: startslip.c,v 1.11 1995/09/15 20:34:55 ache Exp $
*/
#ifndef lint
@ -120,7 +120,7 @@ main(argc, argv)
pid_t pid;
struct termios t;
while ((ch = getopt(argc, argv, "dhlWb:s:t:w:A:U:D:")) != EOF)
while ((ch = getopt(argc, argv, "dhlb:s:t:w:A:U:D:W:")) != EOF)
switch (ch) {
case 'd':
debug = 1;