2008/5/7 Brandon Casey <casey@xxxxxxxxxxxxxxx>: > > 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@xxxxxxxxxxxxxxx> > Tested-by: Mike Ralphson <mike@xxxxxxxxxxxx> Both with and without -D_LARGE_FILES. Many thanks. H.Merijn, is this change also ok for your HP-UX? I guess there may still be a case for not defining _LARGE_FILES by default on AIX as all the warnings may be off-putting or mask other issues. Maybe instead having a comment for those who need large pack-file support? Will submit amended Makefile patch if there's interest. Mike -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html