>>>>> On Wed, 15 Nov 2000 08:29:57 -0600, Jarkko Hietaniemi <jhi@iki.fi> said: >> 3) Patch 7685 says >> >> 1 out of 14 hunks FAILED -- saving rejects to perlio.c.rej > Can't see what this was right now, sorry :-( In case it helps you, perlio.c.rej contains this: --------snip-------- *************** *** 1037,1051 **** /*--------------------------------------------------------------------------------------*/ /* stdio as a layer */ - #if defined(USE_64_BIT_STDIO) && defined(HAS_FSEEKO) && !defined(USE_FSEEK64) - #define fseek fseeko - #endif - - #if defined(USE_64_BIT_STDIO) && defined(HAS_FTELLO) && !defined(USE_FTELL64) - #define ftell ftello - #endif - - typedef struct { struct _PerlIO base; --- 971,976 ---- /*--------------------------------------------------------------------------------------*/ /* stdio as a layer */ typedef struct { struct _PerlIO base; --------snip-------- -- andreas