]> git.ipfire.org Git - thirdparty/git.git/commit
config.mak.uname: update settings for OpenBSD
authorBrad Smith <brad@comstyle.com>
Mon, 2 Jun 2025 03:14:43 +0000 (23:14 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jun 2025 04:57:38 +0000 (21:57 -0700)
commitd584219107440825e19a13a4d9cd607f51b5e575
tree00e357bae5d58cf7518ee2a8ef24219f8f9b992d
parentd50a5e8939abfc07c2ff97ae72e9330939b36ee0
config.mak.uname: update settings for OpenBSD

OpenBSD requires DIR_HAS_BSD_GROUP_SEMANTICS.

OpenBSD has never had the BSD sysctl KERN_PROC_PATHNAME nor
does it support or use the /proc filesystem.

OpenBSD has had strcasestr() since 3.8. OpenBSD has had memmem()
since 5.4.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname