public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Suardi <alessandro.suardi@oracle.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] fix 2.5.3 link for modular PPP and UFS (BKL removal)
Date: Thu, 31 Jan 2002 00:54:35 +0100	[thread overview]
Message-ID: <3C5887BB.9C57C72C@oracle.com> (raw)

Alongside with moving zconf.h and zutil.h to include/linux, I
 needed to export one more symbol to build modular ppp_deflate.o
 and add linux/smp_lock.h to fs/ufs/file.c as follows:

diff -u --recursive --new-file linux/fs/ufs/file.c linux-as/fs/ufs/file.c
--- linux/fs/ufs/file.c Wed Jan 30 22:56:02 2002
+++ linux-as/fs/ufs/file.c  Thu Jan 31 00:01:03 2002
@@ -35,6 +35,7 @@
 #include <linux/locks.h>
 #include <linux/mm.h>
 #include <linux/pagemap.h>
+#include <linux/smp_lock.h>
 
 /*
  * Make sure the offset never goes beyond the 32-bit mark..
diff -u --recursive --new-file linux/lib/zlib_inflate/inflate_syms.c linux-as/lib/zlib_inflate/inflate_syms.c
--- linux/lib/zlib_inflate/inflate_syms.c   Wed Jan 30 22:56:02 2002
+++ linux-as/lib/zlib_inflate/inflate_syms.c    Thu Jan 31 00:00:40 2002
@@ -12,6 +12,7 @@
 
 EXPORT_SYMBOL(zlib_inflate_workspacesize);
 EXPORT_SYMBOL(zlib_inflate);
+EXPORT_SYMBOL(zlib_inflateIncomp);
 EXPORT_SYMBOL(zlib_inflateInit_);
 EXPORT_SYMBOL(zlib_inflateInit2_);
 EXPORT_SYMBOL(zlib_inflateEnd);
 
--alessandro

 "this machine will, will not communicate
   these thoughts and the strain I am under
  be a world child, form a circle before we all go under"
                         (Radiohead, "Street Spirit [fade out]")

                 reply	other threads:[~2002-01-30 23:53 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=3C5887BB.9C57C72C@oracle.com \
    --to=alessandro.suardi@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox