Subject: \fsck/pass5.c cg/ocg problem
To: None <netbsd-bugs@netbsd.org>
From: George Michaelson <G.Michaelson@cc.uq.oz.au>
List: netbsd-bugs
Date: 12/20/1994 10:55:55
no field cg_unused_1 but pass5 tries frobbing it. Its in ocg structs
but not cg structs.

screamer# pwd
/usr/src/sbin/fsck
screamer# make
cc -O   -c pass5.c
pass5.c: In function `pass5':
pass5.c:108: invalid operands to binary -
pass5.c:118: structure has no member named `cg_unused_1'
pass5.c:140: structure has no member named `cg_unused_1'
*** Error code 1

Stop.

	-George