From: Paul Mackerras Date: Thu, 21 Apr 1994 03:28:22 +0000 (+0000) Subject: fix bogus comment which was removing sc_bytesrcvd X-Git-Tag: ppp-2-1-2a~63 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=aea7d2d92c345fa6a024c2c1648cc7bd91bc917c;ds=sidebyside fix bogus comment which was removing sc_bytesrcvd use ext_accm for sc_asyncmap --- diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 54d1223..0e1b608 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: if_ppp.h,v 1.2 1994/04/18 05:07:11 paulus Exp $ + * $Id: if_ppp.h,v 1.3 1994/04/21 03:28:22 paulus Exp $ */ #ifndef _IF_PPP_H_ @@ -83,12 +83,12 @@ struct ppp_softc { #ifdef VJC struct slcompress sc_comp; /* vjc control buffer */ #endif - u_int sc_bytessent; /* count of octets sent * + u_int sc_bytessent; /* count of octets sent */ u_int sc_bytesrcvd; /* count of octets received */ caddr_t sc_bpf; /* hook for BPF */ /* Device-dependent part for async lines. */ - u_long sc_asyncmap[8]; /* async control character map */ + ext_accm sc_asyncmap; /* async control character map */ u_long sc_rasyncmap; /* receive async control char map */ struct mbuf *sc_outm; /* mbuf chain being output currently */ struct mbuf *sc_m; /* pointer to input mbuf chain */