summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:30 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-14 15:29:30 -0800
commit0890c8aa0dd2f535196babc6846941fdf52e49ba (patch)
tree96efe111c6da7c956f1bd7a5a73066fb8505b265 /config.mak.uname
parent68f1c0d102f4422c4fa59f597335ddef7602d27e (diff)
parent4e3ecbd43958b1400d6cb85fe5529beda1630e3a (diff)
downloadgit-0890c8aa0dd2f535196babc6846941fdf52e49ba.tar.gz
Merge branch 'cb/openbsd-allows-reading-directory'
BSD port update. * cb/openbsd-allows-reading-directory: config.mak.uname: OpenBSD uses BSD semantics with fread for directories
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 3ee7da0e23..378ca0a582 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -233,6 +233,7 @@ ifeq ($(uname_S),OpenBSD)
HAVE_BSD_SYSCTL = YesPlease
HAVE_BSD_KERN_PROC_SYSCTL = YesPlease
PROCFS_EXECUTABLE_PATH = /proc/curproc/file
+ FREAD_READS_DIRECTORIES = UnfortunatelyYes
endif
ifeq ($(uname_S),MirBSD)
NO_STRCASESTR = YesPlease