xz: Remove an outdated NetBSD-specific comment.

Nowadays errno == EFTYPE is documented in open(2).
This commit is contained in:
Lasse Collin 2013-06-28 18:46:13 +03:00
parent a616fdad34
commit 78673a08be
1 changed files with 0 additions and 4 deletions

View File

@ -401,10 +401,6 @@ io_open_src_real(file_pair *pair)
was_symlink = true;
# elif defined(__NetBSD__)
// 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;