From owner-freebsd-questions Thu Feb 13 12:58:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA07714 for questions-outgoing; Thu, 13 Feb 1997 12:58:18 -0800 (PST) Received: from chain-work.iafrica.com (root@chain-work.iafrica.com [196.31.1.66]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA07684 for ; Thu, 13 Feb 1997 12:58:08 -0800 (PST) Received: from localhost (root@localhost) by chain-work.iafrica.com (8.8.5/8.8.5) with SMTP id WAA02352 for ; Thu, 13 Feb 1997 22:58:02 +0200 (SAT) Date: Thu, 13 Feb 1997 22:58:02 +0200 (SAT) From: Big Bad MF To: questions@freebsd.org Subject: Error when making -lib Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. I get the following error when trying to make lib on my 3.0-current machine (I want to "drop" down to 2.2-RELEASE) : 18=[root@chain] /usr/src# make lib ===> csu/i386 ===> libc cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/sr c/lib/libc/locale -DYP -c /usr/src/lib/libc/net/ether_addr.c -o ether_addr.o In file included from /usr/src/lib/libc/net/ether_addr.c:49: /usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type In file included from /usr/src/lib/libc/net/ether_addr.c:51: /usr/include/netinet/if_ether.h:90: field `ac_if' has incomplete type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. 19=[root@chain] /usr/src# I have tried make includes and make dep. I'd appreciate any comments.