1
0
镜像自地址 https://git.tukaani.org/xz.git 已同步 2025-07-06 12:26:39 +00:00

xz: Remove an outdated NetBSD-specific comment.

Nowadays errno == EFTYPE is documented in open(2).
这个提交包含在:
Lasse Collin 2013-06-28 18:46:13 +03:00
父节点 78c2f8db90
当前提交 265e7b44d8

查看文件

@ -398,10 +398,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;