David, On 8/21/21 10:35 AM, David CARLIER wrote:
Here a little patch for FreeBSD systems.
diff --git a/Makefile b/Makefile index 84b1bc0ea..f6d813c27 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ # USE_ACCEPT4 : enable use of accept4() on linux. Automatic. # USE_CLOSEFROM : enable use of closefrom() on *bsd, solaris. Automatic. # USE_PRCTL : enable use of prctl(). Automatic. +# USE_PROCCTL : enable use of procctl().
Should it read "Automatic." at the end, because it appears to be automatically enabled for the freebsd target?
Best regards Tim Düsterhus

