Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pppd/chat order the eE options as the others.



details:   https://anonhg.NetBSD.org/src/rev/7c87d0ed1a7c
branches:  trunk
changeset: 511562:7c87d0ed1a7c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 21 20:58:18 2001 +0000

description:
order the eE options as the others.

diffstat:

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

diffs (27 lines):

diff -r fa5e93ddbd48 -r 7c87d0ed1a7c usr.sbin/pppd/chat/chat.c
--- a/usr.sbin/pppd/chat/chat.c Thu Jun 21 19:37:06 2001 +0000
+++ b/usr.sbin/pppd/chat/chat.c Thu Jun 21 20:58:18 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chat.c,v 1.23 2001/05/26 21:20:28 he Exp $     */
+/*     $NetBSD: chat.c,v 1.24 2001/06/21 20:58:18 christos 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.23 2001/05/26 21:20:28 he Exp $");
+__RCSID("$NetBSD: chat.c,v 1.24 2001/06/21 20:58:18 christos Exp $");
 #endif
 #endif
 
@@ -273,7 +273,7 @@
     program_name = *argv;
     tzset();
 
-    while ((option = getopt(argc, argv, ":EevVf: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