You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit 53e2009 possibly prevents that setproctitle() is used on BSD systems because these (at least FreeBSD) provide its prototype in the default <unistd.h> and do not provide a <bsd/unistd.h> or the related BSD compatibility lib.
Removing defined(HAVE_BSD_UNISTD_H) may do the trick.
The text was updated successfully, but these errors were encountered:
The commit 53e2009 possibly prevents that
setproctitle()
is used on BSD systems because these (at least FreeBSD) provide its prototype in the default<unistd.h>
and do not provide a<bsd/unistd.h>
or the related BSD compatibility lib.Removing
defined(HAVE_BSD_UNISTD_H)
may do the trick.The text was updated successfully, but these errors were encountered: