Subject: Re: statfs->statvfs troubles.
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 04/23/2004 22:29:46
In article <20040423215746.GS24887@snowdrop.l8s.co.uk>,
David Laight <david@l8s.co.uk> wrote:
>> Hmm, src/UPDATING was updated finally:
>> 
>> 20040418:
>>         Statfs(2) and friends have been replaced with statvfs(2). Before
>>         installing a newly build userland make sure that you are running
>>         a newly built kernel with COMPAT_20 set. In addition your libc
>>         build might not work (undefined SYS_statfs symbol) because make
>>         clean does not know how to remove files it does not know about
>>         anymore. Manually remove all objects from the libc build directory.
>
>The following patch to src/lib/libc/sys/Makefile.inc probably fixes
>things.  Can someone with a broken obj tree try it and then do an
>update build?

I know, but is it worth crudding the Makefile with this?

christos