develooper Front page | perl.perl5.porters | Postings from November 2000

Re: Patching on devel track malfuncioning

From:
andreas.koenig
Date:
November 15, 2000 20:27
Subject:
Re: Patching on devel track malfuncioning
Message ID:
m31ywck0cf.fsf@ak-71.mind.de
>>>>> 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



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About