X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=common%2Fzlib.c;h=63902209d7f16f6467da52a79a1e7c21f2634053;hb=2f62c9d24ea396247101d301960dd12aef2891ad;hp=e9dc1770c94f667b7001b861d4aa3e416ab979b9;hpb=21cdaec64fc3385795f4318fdf2358f503ec26ba;p=ppp.git diff --git a/common/zlib.c b/common/zlib.c index e9dc177..6390220 100644 --- a/common/zlib.c +++ b/common/zlib.c @@ -11,7 +11,7 @@ * - added Z_PACKET_FLUSH (see zlib.h for details) * - added inflateIncomp * - * $Id: zlib.c,v 1.4 1996/10/08 04:38:00 paulus Exp $ + * $Id: zlib.c,v 1.5 1997/03/04 03:26:35 paulus Exp $ */ /* @@ -89,14 +89,11 @@ extern char *z_errmsg[]; /* indexed by 1-zlib_error */ #if defined(KERNEL) || defined(_KERNEL) #include +#include #include # define zmemcpy(d, s, n) bcopy((s), (d), (n)) # define zmemzero bzero -#ifdef FreeBSD -#define inflate inflate_ppp -#endif - #else #if defined(__KERNEL__) /* Assume this is Linux */