Subject: compiling from the latest sup...
To: None <current-users@netbsd.org>
From: Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au>
List: current-users
Date: 12/16/1994 14:14:36
Does anyone know why I'm getting the following whilst trying to compile
a kernel after sup'ing last night ?
...
/sup/src/sys/kern/vfs_syscalls.c: In function `mount':
/sup/src/sys/kern/vfs_syscalls.c:120: structure has no member named `f_owner'
/sup/src/sys/kern/vfs_syscalls.c:213: structure has no member named `f_owner'
/sup/src/sys/kern/vfs_syscalls.c: In function `unmount':
/sup/src/sys/kern/vfs_syscalls.c:328: structure has no member named `f_owner'
...

I've checked the host which I sup from (even redid the whole damn thing
in case I'd stuffed up), and it has no f_owner in mount.h either (for
NetBSD-current).  I could probably add it in, but is there anything else
which I should look out for ?

darren