You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2000/11/02 17:35:45 UTC

RE: cvs commit: apache-2.0/src/lib/apr/include apr.hw

Ugh ... you are right ... I knew that would bite ... sorry :-(

> From: rbb@covalent.net [mailto:rbb@covalent.net]
> Sent: Thursday, November 02, 2000 11:04 AM
>
> >  +        *fname = apr_pstrdup(thefile->cntxt, thefile->n.fname);
> >       return APR_SUCCESS;
> >   }
> 
> This is illegal.  Only the windows version of apr_file_t has an n
> field.  I am committing a fix to make this work on Unix again.

Thanks