From b2a66daf7f277c6f7e1b38e6889ce62fd8f661ad Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 26 May 1994 06:33:18 +0000 Subject: [PATCH 1/1] added ext_accm defn so we don't need if_ppp.h --- include/net/ppp_str.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2