From owner-freebsd-current Wed Jan 21 10:55:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20486 for current-outgoing; Wed, 21 Jan 1998 10:55:10 -0800 (PST) (envelope-from owner-freebsd-current) Received: from veda.is (adam@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20388 for ; Wed, 21 Jan 1998 10:54:04 -0800 (PST) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.8.8/8.8.8) id SAA05003 for freebsd-current@freebsd.org; Wed, 21 Jan 1998 18:54:02 GMT (envelope-from adam) From: Adam David Message-Id: <199801211854.SAA05003@veda.is> Subject: if.h / in_var.h breakage? To: freebsd-current@freebsd.org Date: Wed, 21 Jan 1998 18:54:02 +0000 (GMT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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