simon-git: filter (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu May 30 17:38:33 BST 2024
TL;DR:
9c64fe0 BSD build fix: test whether setpgrp takes arguments.
Repository: https://git.tartarus.org/simon/filter.git
On the web: https://git.tartarus.org/?p=simon/filter.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-05-30 17:38:33
commit 9c64fe05c18dc42645c72ce26014dca8ce9391d3
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=9c64fe05c18dc42645c72ce26014dca8ce9391d3;hp=fd87c179f33d80a5731d8e389abbe47c834fdeb7
Author: Simon Tatham <anakin at pobox.com>
Date: Thu May 30 17:37:44 2024 +0100
BSD build fix: test whether setpgrp takes arguments.
I had to build these programs on NetBSD today, and they wouldn't
build, because they call setpgrp(), but on NetBSD that function takes
two arguments. I've seen this before in other projects, but didn't
have the checking code here yet. Now I do.
CMakeLists.txt | 10 ++++++++++
cmake.h.in | 1 +
main.c | 7 ++++++-
3 files changed, 17 insertions(+), 1 deletion(-)
More information about the tartarus-commits
mailing list