The following reply was made to PR os-osf/2001; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: Paul Tomlin <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: os-osf/2001: Incompatible pointer type assignment (buff.c, line 
263)
Date: Thu, 26 Mar 1998 11:05:26 -0800 (PST)

 Is it a warning only?  If so ignore it.  Otherwise here's a patch that
 should fix it.
 
 Dean
 
 Index: buff.c
 ===================================================================
 RCS file: /export/home/cvs/apache-1.2/src/buff.c,v
 retrieving revision 1.29
 diff -u -r1.29 buff.c
 --- buff.c     1998/02/07 10:26:12     1.29
 +++ buff.c     1998/03/26 18:50:05
 @@ -234,7 +234,7 @@
  end_chunk( BUFF *fb )
  {
      int i;
 -    char *strp;
 +    unsigned char *strp;
  
      if( fb->outchunk == -1 ) {
        /* not chunking */
 
 
 

Reply via email to