Re: [PHP4BETA] cvs: php4 /ext/ftp/ ftp.c

[email protected]
Newsgroups php.version4
Message-ID <[email protected]>
On Tue, May 23, 2000 at 10:36:48AM -0000, Frank M. Kromann wrote:
> fmk		Tue May 23 12:36:48 2000 EDT
> 
>   Modified files:
>     /php4/ext/ftp	ftp.c 
>   Log:
>   chang #if to #ifdef
>   
> Index: php4/ext/ftp/ftp.c
> diff -u php4/ext/ftp/ftp.c:1.18 php4/ext/ftp/ftp.c:1.19
> --- php4/ext/ftp/ftp.c:1.18	Tue May 23 10:05:22 2000
> +++ php4/ext/ftp/ftp.c	Tue May 23 12:36:48 2000
> @@ -28,7 +28,7 @@
>     +----------------------------------------------------------------------+
>   */
>  
> -/* $Id: ftp.c,v 1.18 2000/05/23 08:05:22 fmk Exp $ */
> +/* $Id: ftp.c,v 1.19 2000/05/23 10:36:48 fmk Exp $ */
>  
>  #include "php.h"
>  
> @@ -37,7 +37,7 @@
>  #include <stdio.h>
>  #include <ctype.h>
>  #include <stdlib.h>
> -#if HAVE_UINSTD_H
> +#ifdef HAVE_UINSTD_H

    s/UINSTD/UNISTD/ ??

>  #include <unistd.h>
>  #endif
>  #include <fcntl.h>
> 
> 
> 
> -- 
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> To contact the list administrators, e-mail: [email protected]

-- 

Thies C. Arntzen                 "One Big-Mac, Small Fries and a Coke!"
Digital Collections             Phone +49 40 235350 Fax +49 40 23535180
Hammerbrookstr. 93                              20097 Hamburg / Germany
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.