From 8d5bb9f77fac12443d09dad30cf7069c720a2dbe Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 27 May 1994 00:59:24 +0000 Subject: [PATCH] use ext_accm instead of unsigned long [8] --- linux/ppp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ppp.h b/linux/ppp.h index 3dc8bd4..8c08e10 100644 --- a/linux/ppp.h +++ b/linux/ppp.h @@ -5,7 +5,7 @@ Michael Callahan Nov. 4 1993 */ -/* $Id: ppp.h,v 1.2 1994/05/27 00:56:17 paulus Exp $ */ +/* $Id: ppp.h,v 1.3 1994/05/27 00:59:24 paulus Exp $ */ /* how many PPP units? */ #define PPP_NRUNIT 4 @@ -180,7 +180,7 @@ struct ppp { unsigned int flags; /* miscellany */ - unsigned long xmit_async_map[8]; /* 1 bit means that given control + ext_accm xmit_async_map; /* 1 bit means that given control character is quoted on output*/ unsigned long recv_async_map; /* 1 bit means that given control -- 2.39.2