From 4d4cefd4c9258a1d06463dc15e5042a3fea14d7f Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Sat, 20 Dec 1997 16:44:51 +0000 Subject: [PATCH] Remove bogus #ifdef INET - SLIP doesn't compile without INET. --- sys/net/if_slvar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h index b19bd26d5aa..db88bfdcd06 100644 --- a/sys/net/if_slvar.h +++ b/sys/net/if_slvar.h @@ -32,7 +32,7 @@ * * @(#)if_slvar.h 8.3 (Berkeley) 2/1/94 * - * $Id: if_slvar.h,v 1.13 1997/02/22 09:41:06 peter Exp $ + * $Id: if_slvar.h,v 1.14 1997/09/21 22:01:05 gibbs Exp $ */ #ifndef _NET_IF_SLVAR_H_ @@ -66,9 +66,7 @@ struct sl_softc { */ struct callout_handle sc_ofhandle; struct callout_handle sc_kahandle; -#ifdef INET /* XXX */ struct slcompress sc_comp; /* tcp compression data */ -#endif }; /* internal flags */ -- 2.45.2