You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by ji...@apache.org on 2001/04/03 21:21:37 UTC

cvs commit: httpd-apreq/Request Request.xs

jimw        01/04/03 12:21:37

  Modified:    Request  Request.xs
  Log:
  fix segfault problem, which leaves activeperl broken.
  
  Revision  Changes    Path
  1.13      +0 -3      httpd-apreq/Request/Request.xs
  
  Index: Request.xs
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Request/Request.xs,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Request.xs	2001/03/15 03:04:11	1.12
  +++ Request.xs	2001/04/03 19:21:37	1.13
  @@ -87,9 +87,6 @@
   
   #ifdef PerlIO
   typedef PerlIO * InputStream;
  -#ifndef PerlIO_importFILE
  -#define PerlIO_importFILE(fp,flags) ((FILE *)fp)
  -#endif
   #else
   typedef FILE * InputStream;
   #define PerlIO_importFILE(fp,flags) fp