From: "Nikolay N. Ivanov" <nn@nndl.org>
To: LKML <linux-kernel@vger.kernel.org>
Subject: PROBLEM: kernel bug at net/core/net-sysfs.c:434 - kernel 2.6.16rc1
Date: Sat, 28 Jan 2006 11:03:28 +0300 [thread overview]
Message-ID: <43DB2550.4070800@nndl.org> (raw)
Hello!
---
CC net/core/net-sysfs.o
net/core/net-sysfs.c: In function `netdev_register_sysfs':
net/core/net-sysfs.c:434: error: `i' undeclared (first use in this function)
net/core/net-sysfs.c:434: error: (Each undeclared identifier is reported
only once
net/core/net-sysfs.c:434: error: for each function it appears in.)
net/core/net-sysfs.c:434: error: `attr' undeclared (first use in this
function)
make[2]: *** [net/core/net-sysfs.o] Error 1
make[1]: *** [net/core] Error 2
make: *** [net] Error 2
[nn@ linux-2.6.16-rc1]$ gcc --version
gcc (GCC) 3.3.4
---
After adding:
int i;
new errors appeared:
---
CC net/core/net-sysfs.o
net/core/net-sysfs.c: In function `netdev_register_sysfs':
net/core/net-sysfs.c:434: error: `attr' undeclared (first use in this
function)
net/core/net-sysfs.c:434: error: (Each undeclared identifier is reported
only once
net/core/net-sysfs.c:434: error: for each function it appears in.)
make[2]: *** [net/core/net-sysfs.o] Error 1
make[1]: *** [net/core] Error 2
make: *** [net] Error 2
---
--
Nikolay N. Ivanov
mailto: nn@nndl.org
next reply other threads:[~2006-01-28 5:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-28 8:03 Nikolay N. Ivanov [this message]
2006-02-02 1:07 ` PROBLEM: kernel bug at net/core/net-sysfs.c:434 - kernel 2.6.16rc1 Adrian Bunk
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=43DB2550.4070800@nndl.org \
--to=nn@nndl.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