]> git.ozlabs.org Git - ppp.git/commitdiff
fix bogus comment which was removing sc_bytesrcvd
authorPaul Mackerras <paulus@samba.org>
Thu, 21 Apr 1994 03:28:22 +0000 (03:28 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 21 Apr 1994 03:28:22 +0000 (03:28 +0000)
use ext_accm for sc_asyncmap

include/net/if_ppp.h

index 54d122371b54cb5ff53027fa85c26428f8326895..0e1b608c2cbf952a79e1239ba3e1512289bc4050 100644 (file)
@@ -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 */