From: Paul Mackerras Date: Thu, 26 May 1994 06:33:18 +0000 (+0000) Subject: added ext_accm defn so we don't need if_ppp.h X-Git-Tag: ppp-2-1-2a~27 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b2a66daf7f277c6f7e1b38e6889ce62fd8f661ad added ext_accm defn so we don't need if_ppp.h --- diff --git a/include/net/ppp_str.h b/include/net/ppp_str.h index 8339f96..e468b4b 100644 --- a/include/net/ppp_str.h +++ b/include/net/ppp_str.h @@ -9,6 +9,9 @@ #include +/* Extended asyncmap - allows any character to be escaped. */ +typedef u_long ext_accm[8]; + #ifdef __STDC__ #define SIOCSIFCOMPAC _IOW('p', 130, char) #define SIOCSIFCOMPPROT _IOW('p', 131, char)