From: Brandon Casey Date: Wed, 7 May 2008 17:34:18 +0000 (-0500) Subject: compat/fopen.c: avoid clobbering the system defined fopen macro X-Git-Tag: v1.5.6-rc0~86 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eb120e699f3faea2d71cd9cb79a8cf4f79ec1d45?hp=eb120e699f3faea2d71cd9cb79a8cf4f79ec1d45 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 Tested-by: Mike Ralphson Signed-off-by: Junio C Hamano ---