Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setproctitle() possibly never used on BSD systems #478

Closed
chrfranke opened this issue Feb 19, 2025 · 2 comments
Closed

setproctitle() possibly never used on BSD systems #478

chrfranke opened this issue Feb 19, 2025 · 2 comments

Comments

@chrfranke
Copy link
Contributor

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.

@ColinIanKing
Copy link
Owner

Thanks for reporting this, I'll sort this out in the next couple of days.

@ColinIanKing
Copy link
Owner

I've pushed a couple of changed that should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants