From: Paul Mackerras Date: Tue, 4 Mar 1997 03:33:28 +0000 (+0000) Subject: mods so it can be used for FreeBSD also X-Git-Tag: RELEASE_2_3_6~255 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=51fb46f44750de6f6fea211ef64543ac450d16d3;p=ppp.git mods so it can be used for FreeBSD also --- diff --git a/netbsd-1.1/ppp-deflate.c b/netbsd-1.1/ppp-deflate.c index 6470235..9328b25 100644 --- a/netbsd-1.1/ppp-deflate.c +++ b/netbsd-1.1/ppp-deflate.c @@ -1,4 +1,4 @@ -/* $Id: ppp-deflate.c,v 1.4 1996/10/08 04:38:06 paulus Exp $ */ +/* $Id: ppp-deflate.c,v 1.5 1997/03/04 03:33:28 paulus Exp $ */ /* * ppp_deflate.c - interface the zlib procedures for Deflate compression @@ -41,10 +41,6 @@ #if DO_DEFLATE -#ifdef FreeBSD -#define inflate inflate_ppp /* FreeBSD already has an inflate :-( */ -#endif - #define DEFLATE_DEBUG 1 /*