From: Paul Mackerras Date: Fri, 27 May 1994 00:59:24 +0000 (+0000) Subject: use ext_accm instead of unsigned long [8] X-Git-Tag: ppp-2-1-2a~17 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=8d5bb9f77fac12443d09dad30cf7069c720a2dbe;hp=6c564285cc6a8cdfef3842b23c2bb7909fa4837e use ext_accm instead of unsigned long [8] --- 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