Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pppd/pppd Eliminate unintended trigraph.



details:   https://anonhg.NetBSD.org/src/rev/905a787d0dab
branches:  trunk
changeset: 532794:905a787d0dab
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 15 01:57:08 2002 +0000

description:
Eliminate unintended trigraph.

diffstat:

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

diffs (27 lines):

diff -r 90d23509170b -r 905a787d0dab usr.sbin/pppd/pppd/options.c
--- a/usr.sbin/pppd/pppd/options.c      Sat Jun 15 01:55:44 2002 +0000
+++ b/usr.sbin/pppd/pppd/options.c      Sat Jun 15 01:57:08 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.35 2002/05/29 19:06:32 christos Exp $    */
+/*     $NetBSD: options.c,v 1.36 2002/06/15 01:57:08 matt Exp $        */
 
 /*
  * options.c - handles option processing for PPP.
@@ -24,7 +24,7 @@
 #if 0
 #define RCSID  "Id: options.c,v 1.80 2001/03/12 22:56:12 paulus Exp "
 #else
-__RCSID("$NetBSD: options.c,v 1.35 2002/05/29 19:06:32 christos Exp $");
+__RCSID("$NetBSD: options.c,v 1.36 2002/06/15 01:57:08 matt Exp $");
 #endif
 #endif
 
@@ -924,7 +924,7 @@
                break;
 
        default:
-               printer(arg, "# %s value (type %d??)", opt->name, opt->type);
+               printer(arg, "# %s value (type %d?)", opt->name, opt->type);
                break;
        }
        printer(arg, "\t\t# (from %s)\n", mainopt->source);



Home | Main Index | Thread Index | Old Index