From owner-freebsd-current Sat Mar 8 11:19:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA27628 for current-outgoing; Sat, 8 Mar 1997 11:19:00 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-27.rdcy01.pacbell.net [206.170.5.27]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA27623; Sat, 8 Mar 1997 11:18:53 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id LAA13222; Sat, 8 Mar 1997 11:18:34 -0800 (PST) Message-Id: <199703081918.LAA13222@precipice.shockwave.com> To: current@freebsd.org cc: bde@freebsd.org Subject: fsck not compiling under current Date: Sat, 08 Mar 1997 11:18:34 -0800 From: Paul Traina Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm behind the times, so you do not need to respond to this message if you already know... /usr/src/usr.sbin/fsck is not compiling due to a discrepancy in the dinode definition in ufs/dinode.h -- the .h file in current (as of today) lists it as an int32_t and the fsck code considers it a time structure. The fix is pretty obvious. Paul /a/src/sbin/fsck/inode.c: In function `pinode': /a/src/sbin/fsck/inode.c:517: request for member `tv_sec' in something not a structure or union /a/src/sbin/fsck/inode.c: In function `allocino': /a/src/sbin/fsck/inode.c:588: request for member `tv_sec' in something not a structure or union