diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2008-05-07 12:34:18 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-08 17:43:01 -0700 |
commit | eb120e699f3faea2d71cd9cb79a8cf4f79ec1d45 (patch) | |
tree | 59487237a00782097465f2e92492f84e7f82e1e7 /compat/inet_ntop.c | |
parent | Documentation: bisect: add a few "git bisect run" examples (diff) | |
download | tgif-eb120e699f3faea2d71cd9cb79a8cf4f79ec1d45.tar.xz |
compat/fopen.c: avoid clobbering the system defined fopen macro
Some systems define fopen as a macro based on compiler settings.
The previous technique for reverting to the system fopen function
by merely undefining fopen is inadequate in this case. Instead,
avoid defining fopen entirely when compiling this source file.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Tested-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/inet_ntop.c')
0 files changed, 0 insertions, 0 deletions