Subject: Re: statfs->statvfs troubles.
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 04/24/2004 03:52:00
In article <4089DF4E.BCBDD3FC@greendragon.com>,
William Allen Simpson <wsimpson@greendragon.com> wrote:
>Juan RP 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.
>>
>Didn't work for me. I manually removed all libraries (everything!):
># rm -rf /usr/obj/destdir.i386/lib
You must still have statfs.S around somewhere.
christos