From 6c564285cc6a8cdfef3842b23c2bb7909fa4837e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 27 May 1994 00:56:17 +0000 Subject: [PATCH] added ext_accm --- linux/ppp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux/ppp.h b/linux/ppp.h index 153d959..3dc8bd4 100644 --- a/linux/ppp.h +++ b/linux/ppp.h @@ -5,7 +5,7 @@ Michael Callahan Nov. 4 1993 */ -/* $Id: ppp.h,v 1.1 1994/05/27 00:55:25 paulus Exp $ */ +/* $Id: ppp.h,v 1.2 1994/05/27 00:56:17 paulus Exp $ */ /* how many PPP units? */ #define PPP_NRUNIT 4 @@ -15,6 +15,9 @@ /* line discipline number */ #define N_PPP 3 +/* Extended asyncmap - allows any character to be escaped. */ +typedef u_long ext_accm[8]; + /* Magic value for the ppp structure */ #define PPP_MAGIC 0x5002 -- 2.39.2