tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/libuv on netbsd-6 issue
Date: Tue, 24 Jan 2017 05:06:31 +0000
From: David Holland <dholland-pkgtech%netbsd.org@localhost>
On Mon, Jan 23, 2017 at 08:43:36AM +0000, John Klos wrote:
> src/unix/fs.c: In function 'uv__to_stat':
> src/unix/fs.c:825: error: 'struct stat' has no member named 'st_atim'
Is it really missing the e off the end of all those identifiers or is
that a pasting problem?
The struct timespec member is really called st_mtim in POSIX 2008:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html
But NetBSD 6 doesn't have the POSIX 2008 names -- instead of st_atim,
it's called st_atimespec.
Home |
Main Index |
Thread Index |
Old Index