bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils vs. NetBSD 2.0D and above


From: Matthias Scheler
Subject: coreutils vs. NetBSD 2.0D and above
Date: Wed, 19 May 2004 09:50:03 +0200
User-agent: Mutt/1.4.2.1i

        Hello,

"coreutils" doesn't build with NetBSD 2.0D and above before statfs(2)
has been replaced with statvfs(2). The reasons are that "coreutils"
blindly uses "struct statfs *" instead of "struct statvfs *" as argument
to getmntinfo(3) and that the "configure" scripts assumes that
"f_fstypename" can only be in "struct statfs" but not in "struct statvfs".
I can provide patches for "lib/mountlist.c" and "src/stat.c" which
arround this problem but I think it would be better to fix the correct
the autoconfiguration assumptions.

        Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]