From owner-freebsd-current Sat Oct 28 23:16:27 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA01212 for current-outgoing; Sat, 28 Oct 1995 23:16:27 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA01207 for ; Sat, 28 Oct 1995 23:16:18 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA26343; Sun, 29 Oct 1995 17:13:28 +1100 Date: Sun, 29 Oct 1995 17:13:28 +1100 From: Bruce Evans Message-Id: <199510290613.RAA26343@godzilla.zeta.org.au> To: chuckr@glue.umd.edu, roberto@keltia.freenix.fr Subject: Re: Make world falling over Cc: FreeBSD-current@FreeBSD.org Sender: owner-current@FreeBSD.org Precedence: bulk >> cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib//ibc/locale -DYP -c /usr/src/lib/libc/gen/sysconf.c -o sysconf.o >> In file included from /usr/src/lib/libc/gen/sysconf.c:43 >> /usr/include/sys/resource.h:58: field `ru_utime' has incomplete type >> /usr/include/sys/resource.h:59: field `ru_utime' has incomplete type >> *** Error code 1 >> >> Anyone know why? I could use some help here ... >You could fix it by adding "#include " but the real problem is >why is it falling down *now* ? I don't see anything related in the CVS log >for either gen/sysconf.h or sys/resource.h. Why did I miss too ? was fixed to not include massive namespace pollution from , , and . sysconf.c bogusly depends on some of this namespace pollution. Even more bogusly, init/init.c depends on this namespace pollution for the definitions of TRUE and FALSE. These are exported by which is included by . Bruce