1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2025-07-03 19:06:37 +00:00

xz: Update the comment about NetBSD in file_io.c.

Thanks to Joerg Sonnenberger.
Tento commit je obsažen v:
Lasse Collin 2010-09-05 21:34:29 +03:00
rodič da014d5597
revize bcb1b89834

Zobrazit soubor

@ -396,10 +396,10 @@ io_open_src_real(file_pair *pair)
was_symlink = true;
# elif defined(__NetBSD__)
// FIXME? As of 2008-11-20, NetBSD doesn't document what
// errno is used with O_NOFOLLOW. It seems to be EFTYPE,
// but since it isn't documented, it may be wrong to rely
// on it here.
// As of 2010-09-05, NetBSD doesn't document what errno is
// used with O_NOFOLLOW. It is EFTYPE though, and I
// understood that is very unlikely to change even though
// it is undocumented.
if (errno == EFTYPE)
was_symlink = true;