Date: Wed, 21 Jan 1998 18:54:02 +0000 (GMT) From: Adam David <adam@veda.is> To: freebsd-current@freebsd.org Subject: if.h / in_var.h breakage? Message-ID: <199801211854.SAA05003@veda.is>
next in thread | raw e-mail | index | archive | help
Attempting to run 'make buildworld' under -current on a RELENG_2_2 source tree, I get the following errors. Where should this be fixed and how? Adam David <adam@veda.is> cc -O2 -m486 -pipe -I/sys -c /usr1/2.2-stable/src/usr.bin/netstat/if.c In file included from /usr1/2.2-stable/src/usr.bin/netstat/if.c:42: /sys/net/if.h:69: field `ifi_lastchange' has incomplete type In file included from /usr1/2.2-stable/src/usr.bin/netstat/if.c:46: /sys/netinet/in_var.h:49: field `ia_ifa' has incomplete type In file included from /usr1/2.2-stable/src/usr.bin/netstat/if.c:48: /sys/netinet/if_ether.h:90: field `ac_if' has incomplete type /sys/netinet/if_ether.h:118: warning: `struct rtentry' declared inside parameter list /sys/netinet/if_ether.h:118: warning: its scope is only this definition or declaration, /sys/netinet/if_ether.h:118: warning: which is probably not what you want. In file included from /usr1/2.2-stable/src/usr.bin/netstat/if.c:51: /sys/netipx/ipx_if.h:50: field `ia_ifa' has incomplete type /usr1/2.2-stable/src/usr.bin/netstat/if.c: In function `intpr': /usr1/2.2-stable/src/usr.bin/netstat/if.c:83: storage size of `ifnet' isn't known /usr1/2.2-stable/src/usr.bin/netstat/if.c:85: field `ifa' has incomplete type /usr1/2.2-stable/src/usr.bin/netstat/if.c:269: structure has no member named `ia_multiaddrs' /usr1/2.2-stable/src/usr.bin/netstat/if.c:273: structure has no member named `inm_entry' /usr1/2.2-stable/src/usr.bin/netstat/if.c:286: storage size of `enm' isn't known /usr1/2.2-stable/src/usr.bin/netstat/if.c:289: structure has no member named `ac_multiaddrs' /usr1/2.2-stable/src/usr.bin/netstat/if.c: In function `sidewaysintpr': /usr1/2.2-stable/src/usr.bin/netstat/if.c:340: storage size of `ifnet' isn't known
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801211854.SAA05003>
