[PATCH] Fix zlib symbol export

From: Andi Kleen (ak@muc.de)
Date: Wed Jan 30 2002 - 18:36:58 EST


This patch makes ppp_deflate load as a module again.
It also needs the obvious mv linux/* include/linux fix for 2.5.3 to let the
new zlib library compile.

Patch against 2.5.3. Please apply.

Thanks,
-Andi

--- linux-2.5.3-work/lib/zlib_inflate/inflate_syms.c-ZLIB Wed Jan 30 22:38:11 2002
+++ linux-2.5.3-work/lib/zlib_inflate/inflate_syms.c Wed Jan 30 23:20:07 2002
@@ -18,4 +18,5 @@
 EXPORT_SYMBOL(zlib_inflateSync);
 EXPORT_SYMBOL(zlib_inflateReset);
 EXPORT_SYMBOL(zlib_inflateSyncPoint);
+EXPORT_SYMBOL(zlib_inflateIncomp);
 MODULE_LICENSE("GPL");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jan 31 2002 - 21:01:27 EST