Source-Changes-HG archive

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

[src/trunk]: src/sys/net back to r1.34 because of mistake of commit log



details:   https://anonhg.NetBSD.org/src/rev/855b49cce1d3
branches:  trunk
changeset: 1021126:855b49cce1d3
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Tue May 11 01:23:21 2021 +0000

description:
back to r1.34 because of mistake of commit log

diffstat:

 sys/net/if_spppvar.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 621de4f0cb40 -r 855b49cce1d3 sys/net/if_spppvar.h
--- a/sys/net/if_spppvar.h      Tue May 11 01:15:11 2021 +0000
+++ b/sys/net/if_spppvar.h      Tue May 11 01:23:21 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppvar.h,v 1.35 2021/05/11 01:00:49 yamaguchi Exp $        */
+/*     $NetBSD: if_spppvar.h,v 1.36 2021/05/11 01:23:21 yamaguchi Exp $        */
 
 #ifndef _NET_IF_SPPPVAR_H_
 #define _NET_IF_SPPPVAR_H_
@@ -141,7 +141,6 @@
        struct  ifqueue pp_cpq; /* PPP control protocol queue */
        struct  sppp *pp_next;  /* next interface in keepalive list */
        u_int   pp_flags;       /* use Cisco protocol instead of PPP */
-       u_int   pp_ncpflags;    /* enable or disable each NCP */
        u_int   pp_framebytes;  /* number of bytes added by (hardware) framing */
        u_int   pp_alivecnt;    /* keepalive packets counter */
        u_int   pp_loopcnt;     /* loopback detection counter */



Home | Main Index | Thread Index | Old Index