* [PATCH] Fix zlib symbol export
@ 2002-01-30 23:36 Andi Kleen
0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2002-01-30 23:36 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, davej
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");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-01-30 23:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-30 23:36 [PATCH] Fix zlib symbol export Andi Kleen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.