]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_pppvar.h
xnu-1699.24.23.tar.gz
[apple/xnu.git] / bsd / net / if_pppvar.h
index c717c0d88f7f2bf83786c5ddd412ba0fd864f559..a48282763d3e2d90db341d11b7e7cf91b16cec31 100644 (file)
@@ -120,7 +120,7 @@ struct ppp_softc {
 
        /* Device-dependent part for async lines. */
        ext_accm sc_asyncmap;           /* async control character map */
-       u_long  sc_rasyncmap;           /* receive async control char map */
+       u_int32_t       sc_rasyncmap;           /* receive async control char map */
        struct  mbuf *sc_outm;          /* mbuf chain currently being output */
        struct  mbuf *sc_m;             /* pointer to input mbuf chain */
        struct  mbuf *sc_mc;            /* pointer to current input mbuf */