From owner-freebsd-current Tue Feb 18 04:28:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA00895 for current-outgoing; Tue, 18 Feb 1997 04:28:58 -0800 (PST) Received: from wgrobez1.remote.louisville.edu (wgrobez1.remote.louisville.edu [136.165.243.183]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA00885 for ; Tue, 18 Feb 1997 04:28:47 -0800 (PST) Received: from localhost (wangel@localhost) by wgrobez1.remote.louisville.edu (8.8.4/8.6.12) with SMTP id HAA05958 for ; Tue, 18 Feb 1997 07:28:56 -0500 (EST) Date: Tue, 18 Feb 1997 07:28:55 -0500 (EST) From: Gary Roberts To: freebsd-current@freebsd.org Subject: -current make world still dying Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FYI: make world is still dying in -current(As of 12:05, 02-18-97). The make with df.c is fixed, however make world is now failing w/ the following error: cc -O -c /usr/src/sbin/fsck/inode.c /usr/src/sbin/fsck/inode.c: In function `pinode': /usr/src/sbin/fsck/inode.c:517: request for member `tv_sec' in something not a structure or union /usr/src/sbin/fsck/inode.c: In function `allocino': /usr/src/sbin/fsck/inode.c:588: request for member `tv_sec' in something not a structure or union That's it...just wanted to let you know. Thanks Gary Roberts