config.mak.uname: OpenBSD uses BSD semantics with fread for directories
commit4e3ecbd43958b1400d6cb85fe5529beda1630e3a
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Sun, 2 Dec 2018 02:43:20 +0000 (1 18:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Dec 2018 01:30:21 +0000 (3 10:30 +0900)
tree55e3032082be749214b128543dc700dd22d708f7
parent98cdfbb84ad2ed6a2eb43dafa357a70a4b0a0fad
config.mak.uname: OpenBSD uses BSD semantics with fread for directories

this "fixes" test 23 (proper error on directory "files") from t1308

MirBSD likely also affected but this was only tested with OpenBSD and
therefore this specific change only affects that platform

the optional 'configure' sets this automatically (tested with 6.1 to 6.4)
but considering this is a legacy feature it is likely that it affected
all old versions and is probably what most users had been using as a
workaround

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname