public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: kernel bug at net/core/net-sysfs.c:434 - kernel 2.6.16rc1
@ 2006-01-28  8:03 Nikolay N. Ivanov
  2006-02-02  1:07 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay N. Ivanov @ 2006-01-28  8:03 UTC (permalink / raw)
  To: LKML

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-02  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-28  8:03 PROBLEM: kernel bug at net/core/net-sysfs.c:434 - kernel 2.6.16rc1 Nikolay N. Ivanov
2006-02-02  1:07 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox