From: "J . A . Magallon" <jamagallon@able.es>
To: kees <kees@schoen.nl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: linux-2.2.19pre3
Date: Sat, 23 Dec 2000 14:44:11 +0100 [thread overview]
Message-ID: <20001223144411.A835@werewolf.able.es> (raw)
In-Reply-To: <Pine.LNX.4.21.0012231358230.26427-100000@schoen3.schoen.nl>
In-Reply-To: <Pine.LNX.4.21.0012231358230.26427-100000@schoen3.schoen.nl>; from kees@schoen.nl on Sat, Dec 23, 2000 at 14:00:59 +0100
On 2000.12.23 kees wrote:
> Hi,
>
> Trying to build 2.2.18+pe-patch-2.2.19-3 gives:
>
>
> /usr/bin/cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> -O2
> -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce
> -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o
> ne2k-pci.o ne2k-pci.c
> ne2k-pci.c: In function `ne2k_pci_probe':
> ne2k-pci.c:246: `version' undeclared (first use in this function)
> ne2k-pci.c:246: (Each undeclared identifier is reported only once
Sorry, I checked the driver as module but not built into the kernel.
Try this patch:
--- linux-2.2.19-pre3/drivers/net/ne2k-pci.c.org Sat Dec 23 14:40:28 2000
+++ linux-2.2.19-pre3/drivers/net/ne2k-pci.c Sat Dec 23 14:41:09 2000
@@ -243,7 +243,7 @@
{
static unsigned version_printed = 0;
if (version_printed++ == 0)
- printk(KERN_INFO "%s", version);
+ printk(KERN_INFO "%s %s", version1,version2);
}
#endif
--
J.A. Magallon $> cd pub
mailto:jamagallon@able.es $> more beer
Linux werewolf 2.2.19-pre3 #1 SMP Fri Dec 22 02:38:17 CET 2000 i686
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-12-23 14:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-23 13:00 linux-2.2.19pre3 kees
2000-12-23 13:44 ` J . A . Magallon [this message]
2000-12-23 23:10 ` linux-2.2.19pre3 kees
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=20001223144411.A835@werewolf.able.es \
--to=jamagallon@able.es \
--cc=kees@schoen.nl \
--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
all inboxes | Powered by JetHome®