From 543d26033ec3092b13c9e175299e7f6ca0d7649f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 12 Sep 1998 14:06:53 +0000 Subject: Insert missing flags -s and -S, probably lost during move from 'mini getopt' to the real getopt. --- usr.sbin/pppd/chat/chat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/pppd/chat/chat.c b/usr.sbin/pppd/chat/chat.c index 4d59b7808aa..675f544d7c2 100644 --- a/usr.sbin/pppd/chat/chat.c +++ b/usr.sbin/pppd/chat/chat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chat.c,v 1.8 1998/08/04 17:50:58 millert Exp $ */ +/* $OpenBSD: chat.c,v 1.9 1998/09/12 14:06:52 provos Exp $ */ /* * Chat -- a program for automatic session establishment (i.e. dial @@ -83,7 +83,7 @@ #if 0 static char rcsid[] = "Id: chat.c,v 1.19 1998/03/24 23:57:48 paulus Exp $"; #else -static char rcsid[] = "$OpenBSD: chat.c,v 1.8 1998/08/04 17:50:58 millert Exp $"; +static char rcsid[] = "$OpenBSD: chat.c,v 1.9 1998/09/12 14:06:52 provos Exp $"; #endif #endif @@ -260,7 +260,7 @@ main(argc, argv) tzset(); - while ((option = getopt(argc, argv, "evVt:r:f:T:U:")) != -1) { + while ((option = getopt(argc, argv, "esSvVt:r:f:T:U:")) != -1) { switch (option) { case 'e': ++echo; -- cgit v1.2.3