Subject: statvfs change breaking statfs() in emuls?
To: None <tech-kern@netbsd.org>
From: Jonathan Stone <jonathan@dsg.stanford.edu>
List: tech-kern
Date: 05/10/2004 13:18:51
FreeBSD-4 binary emulation was broken by the statvfs()
changes. src/sys/compat/freebsd/syscalls.master is #ifdef'ed with
COMPAT_20; but that flag is set in opt_compat_netbsd.h, which
isn't included by src/sys/compat/freebsd/syscalls.master.

A quick grep for compat_20_sys_ suggests the other possible
victims are aout, aoutm68k, and pecoff, all of which include
opt_compat_netbsd.h.

Did I miss any others?