All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, davej@suse.de
Subject: [PATCH] Fix zlib symbol export
Date: Thu, 31 Jan 2002 00:36:58 +0100	[thread overview]
Message-ID: <20020131003658.A1480@averell> (raw)


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");

                 reply	other threads:[~2002-01-30 23:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020131003658.A1480@averell \
    --to=ak@muc.de \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.