]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix builid failure on FreeBSD 10.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 08:16:20 +0000 (17:16 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 08:16:20 +0000 (17:16 +0900)
commit5ad9ecddb52edd096423d9f43bb5d228f2e07f57
treeca35f532e0eda3c0d084ea99126d11ffa42c4e83
parent2b79319fe02074e0286ee29944455991afea2fc0
Fix builid failure on FreeBSD 10.
On FreeBSD 10, ENOTSUP and EOPNOTSUPP are the same value,
so it cannot be used in the same switch statement.
libarchive/archive_write_disk_posix.c