]> git.ipfire.org Git - thirdparty/zstd.git/commit
Detect symbolic links on OpenBSD
authorBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Mon, 11 Feb 2019 23:03:11 +0000 (00:03 +0100)
committerBjörn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Tue, 12 Feb 2019 00:56:05 +0000 (01:56 +0100)
commit1e4dc2e5f1964e453942210fb584135de17d7a8c
treed56b95609b61031ab8d018b2040dbe4ecbad4a27
parenta17369c7dcdb1b6a9690db9a357ab5c9d4f281d4
Detect symbolic links on OpenBSD

In #1520 it is described that FreeBSD doesn't detect symbolic links. The
same is true for OpenBSD. This diff fixes this issue for OpenBSD. I'm
guessing that something similar works for FreeBSD as well. However, I'm
unable to test this.
programs/util.c