public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Fries <dfries@mail.win.org>
To: linux-kernel@vger.kernel.org
Subject: two many zlib's in the kernel
Date: Sat, 8 Dec 2001 00:31:52 -0600	[thread overview]
Message-ID: <20011208003152.A8299@aerospace.fries.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 1170 bytes --]

Seems someone duplicated the zlib.  One copy is in ppp the other is in
jffs2 as I listed below they are virtually identical.  The problem is
you can't compile both in the kernel at the same time for obvious
reasons.  Since I don't know the build code maybe someone else would
like to fix it?

./fs/jffs2/zlib.c
./drivers/net/zlib.c

diff ./fs/jffs2/zlib.c ./drivers/net/zlib.c
436c436
<     /* Didn't use ct_data typedef below to supress compiler warning */
---
>     /* Didn't use ct_data typedef below to suppress compiler warning */
692c692
<  * IN  assertion: all calls to to UPDATE_HASH are made with consecutive
---
>  * IN  assertion: all calls to UPDATE_HASH are made with consecutive
703c703
<  * IN  assertion: all calls to to INSERT_STRING are made with consecutive
---
>  * IN  assertion: all calls to INSERT_STRING are made with consecutive
2068c2068
<     static int static_init_done = 0;
---
>     static int static_init_done;

-- 
		+---------------------------------+
		|      David Fries                |
		|      dfries@mail.win.org        |
		| http://fries.net/~david/pgp.txt |
		+---------------------------------+

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

                 reply	other threads:[~2001-12-08  6:36 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=20011208003152.A8299@aerospace.fries.net \
    --to=dfries@mail.win.org \
    --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