mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* net-tools-1.60 build failed on 2.6.9
@ 2004-10-19 22:23 Igor A. Valcov
  0 siblings, 0 replies; only message in thread
From: Igor A. Valcov @ 2004-10-19 22:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Semen

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

Hi.

Without this patch (apply to /usr/include/netinet/if_fddi.h) build 
net-tools-1.60 failed

gcc -D_GNU_SOURCE -O3 -march=pentium4 -mcpu=pentium4 -mmmx -msse -msse2 
-mfpmath=sse  -I. -idirafter ./include/ -Ilib 
-I/var/tmp/portage/net-tools-1.60-r9/work/net-tools-1.60 -idirafter 
/var/tmp/portage/net-tools-1.60-r9/work/net-tools-1.60/include    -c -o 
fddi.o fddi.c
In file included from /usr/include/netinet/if_fddi.h:26,
                  from fddi.c:30:
/usr/include/linux/if_fddi.h:110: error: field `gen' has incomplete type

-- 
Igor A. Valcov

[-- Attachment #2: if_fddi.h.diff --]
[-- Type: text/plain, Size: 250 bytes --]

--- if_fddi.h.bak	2004-10-20 02:15:18.127214584 +0400
+++ if_fddi.h	2004-10-20 02:15:32.225071384 +0400
@@ -23,6 +23,7 @@
 #include <sys/types.h>
 #include <asm/types.h>
 
+#include <linux/netdevice.h>
 #include <linux/if_fddi.h>
 
 #ifdef __USE_BSD

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-19 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-19 22:23 net-tools-1.60 build failed on 2.6.9 Igor A. Valcov

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

Powered by JetHome