Date: Sat, 08 Mar 1997 11:18:34 -0800 From: Paul Traina <pst@shockwave.com> To: current@freebsd.org Cc: bde@freebsd.org Subject: fsck not compiling under current Message-ID: <199703081918.LAA13222@precipice.shockwave.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703081918.LAA13222>
