summaryrefslogtreecommitdiff
path: root/compat/fopen.c
Commit message (Collapse)AuthorAgeFilesLines
* Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey2008-02-111-0/+26
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>