Add compat/fopen.c which returns NULL on attempt to open directory
commitcba22528fa897728ebbffb95c05037ec9a20ea7c
authorBrandon Casey <casey@nrlssc.navy.mil>
Sat, 9 Feb 2008 02:32:47 +0000 (8 20:32 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2008 02:25:10 +0000 (11 18:25 -0800)
tree2f1631cd5de7827b86847d98d9850e58d1d300c7
parent40aab8119f38c622f58d8e612e7a632eb1f3ded2
Add compat/fopen.c which returns NULL on attempt to open directory

Some systems do not fail as expected when fread et al. are called on
a directory stream. Replace fopen on such systems which will fail
when the supplied path is a directory.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/fopen.c [new file with mode: 0644]
git-compat-util.h