Always use Dup2 on FreeBSD. Clears up the FreeBSD dup2 patch issues; the build flags were causing compile failures on other target OSes.

This commit is contained in:
Sean E. Russell 2020-05-28 17:50:47 -05:00
parent 6076d6451e
commit 0a7c4d82e4
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build arm64
// +build !freebsd,arm64
package logging

View File

@ -1,5 +1,4 @@
// +build linux openbsd freebsd darwin
// +build !arm64
// +build linux,!arm64 openbsd,!arm64 freebsd darwin,!arm64
package logging