From: Frank Davis <fdavis@si.rr.com>
To: alan@lxorguk.ukuu.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.10-ac3: fs/cramfs/Makefile
Date: Tue, 02 Oct 2001 18:14:38 -0400 [thread overview]
Message-ID: <3BBA3C4E.6020604@si.rr.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
Hello,
The attached patch against 2.4.10-ac3 addresses the following issue
since 2.4.9-ac17:
depmod: *** Unresolved symbols in
/lib/modules/2.4.9-ac17/kernel/fs/cramfs/cramfs/cramfs.o
depmod: zlib_fs_inflateInit_
depmod: zlib_fs_inflateEnd
depmod: zlib_fs_inflate_workspacesize
depmod: zlib_fs_inflate
depmod: zlib_fs_inflateReset
Regards,
Frank
[-- Attachment #2: CRAMFS --]
[-- Type: text/plain, Size: 259 bytes --]
--- fs/cramfs/Makefile.old Tue Oct 2 17:44:56 2001
+++ fs/cramfs/Makefile Tue Oct 2 17:46:51 2001
@@ -4,7 +4,7 @@
O_TARGET := cramfs.o
-obj-y := inode.o uncompress.o
+obj-y := inode.o uncompress.o ../inflate_fs/inflate_fs.o
obj-m := $(O_TARGET)
next reply other threads:[~2001-10-02 22:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-02 22:14 Frank Davis [this message]
2001-10-02 22:33 ` [PATCH] 2.4.10-ac3: fs/cramfs/Makefile Alan Cox
2001-10-03 4:05 ` Keith Owens
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=3BBA3C4E.6020604@si.rr.com \
--to=fdavis@si.rr.com \
--cc=alan@lxorguk.ukuu.org.uk \
--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 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.