pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32884: pkg: multimedia/libmpeg3 statvfs support
The following reply was made to PR pkg/32884; it has been noted by GNATS.
From: joerg%britannica.bec.de@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/32884: pkg: multimedia/libmpeg3 statvfs support
Date: Tue, 21 Feb 2006 11:52:32 +0100
On Tue, Feb 21, 2006 at 10:45:05AM +0000, Mark Davies wrote:
> Could do this as:
>
> # if defined(__NetBSD__) && defined(ST_RDONLY)
>
> as ST_RDONLY is only defined on versions that have statvfs() and the
> # include <sys/mount.h> will pull the definition in.
We had the discussion a while back and decided that support for
development versions in the 2.99 tree before 2.99.9 was not worth the
trouble. I'm also strongly opposing checks on mostly unrelated macros,
since it blurs *what* is exactly checked for.
Joerg
Home |
Main Index |
Thread Index |
Old Index