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 avoid trigraph. From: Matt Fredette <fre...



details:   https://anonhg.NetBSD.org/src/rev/d650beea9eaf
branches:  trunk
changeset: 533660:d650beea9eaf
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Jul 06 18:21:43 2002 +0000

description:
avoid trigraph.  From: Matt Fredette <fredette%theory.lcs.mit.edu@localhost>

diffstat:

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

diffs (27 lines):

diff -r 75737c7426d0 -r d650beea9eaf usr.sbin/pppd/pppd/options.c
--- a/usr.sbin/pppd/pppd/options.c      Sat Jul 06 18:19:31 2002 +0000
+++ b/usr.sbin/pppd/pppd/options.c      Sat Jul 06 18:21:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.37 2002/07/01 22:19:39 itojun Exp $      */
+/*     $NetBSD: options.c,v 1.38 2002/07/06 18:21:43 itojun Exp $      */
 
 /*
  * options.c - handles option processing for PPP.
@@ -47,7 +47,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.37 2002/07/01 22:19:39 itojun Exp $");
+__RCSID("$NetBSD: options.c,v 1.38 2002/07/06 18:21:43 itojun Exp $");
 #endif
 #endif
 
@@ -901,7 +901,7 @@
 
        case o_string:
                if (opt->flags & OPT_HIDE) {
-                       p = "??????";
+                       p = "\?\?\?\?\?\?";
                } else {
                        p = (char *) opt->addr;
                        if ((opt->flags & OPT_STATIC) == 0)



Home | Main Index | Thread Index | Old Index