Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/pppd/chat Pull up revision 1.23 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/d1d2fabafdc7
branches:  netbsd-1-5
changeset: 491816:d1d2fabafdc7
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 21:22:47 2001 +0000

description:
Pull up revision 1.23 (requested by he):
  Add ``E'' to getopt string, to recognize -E option.  Fixes PR#13008.

diffstat:

 usr.sbin/pppd/chat/chat.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 505c36c7717d -r d1d2fabafdc7 usr.sbin/pppd/chat/chat.c
--- a/usr.sbin/pppd/chat/chat.c Sat May 26 21:11:23 2001 +0000
+++ b/usr.sbin/pppd/chat/chat.c Sat May 26 21:22:47 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chat.c,v 1.18.8.2 2000/09/30 06:21:40 simonb Exp $     */
+/*     $NetBSD: chat.c,v 1.18.8.3 2001/05/26 21:22:47 he Exp $ */
 
 /*
  *     Chat -- a program for automatic session establishment (i.e. dial
@@ -93,7 +93,7 @@
 #if 0
 static const char rcsid[] = "Id: chat.c,v 1.26 1999/12/23 01:39:54 paulus Exp ";
 #else
-__RCSID("$NetBSD: chat.c,v 1.18.8.2 2000/09/30 06:21:40 simonb Exp $");
+__RCSID("$NetBSD: chat.c,v 1.18.8.3 2001/05/26 21:22:47 he Exp $");
 #endif
 #endif
 
@@ -273,7 +273,7 @@
     program_name = *argv;
     tzset();
 
-    while ((option = getopt(argc, argv, ":evVf:t:r:sST:U:")) != -1) {
+    while ((option = getopt(argc, argv, ":EevVf:t:r:sST:U:")) != -1) {
        switch (option) {
        case 'e':
            ++echo;



Home | Main Index | Thread Index | Old Index