From 639ff12af754d024a562925a52406ace0d3c673b Mon Sep 17 00:00:00 2001 From: magenbluten Date: Tue, 16 Jun 2020 16:56:09 +0200 Subject: Add NetBSD compatibility --- libbutl/process.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/process.cxx') diff --git a/libbutl/process.cxx b/libbutl/process.cxx index 142d159..2dc3809 100644 --- a/libbutl/process.cxx +++ b/libbutl/process.cxx @@ -43,6 +43,8 @@ // # elif defined(__FreeBSD__) && __FreeBSD__ >= 8 # define LIBBUTL_POSIX_SPAWN +# elif defined(__NetBSD__) +# define LIBBUTL_POSIX_SPAWN // // posix_spawn() appeared in Version 3 of the Single UNIX Specification that // was implemented in MacOS 10.5 (see the man page for details). -- cgit v1.1