diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-01-14 15:29:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-14 15:29:30 -0800 |
commit | 0890c8aa0dd2f535196babc6846941fdf52e49ba (patch) | |
tree | 96efe111c6da7c956f1bd7a5a73066fb8505b265 | |
parent | Merge branch 'hb/t0061-dot-in-path-fix' (diff) | |
parent | config.mak.uname: OpenBSD uses BSD semantics with fread for directories (diff) | |
download | tgif-0890c8aa0dd2f535196babc6846941fdf52e49ba.tar.xz |
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
-rw-r--r-- | config.mak.uname | 1 |
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 |