cvs: php4 /ext/ftp/ ftp.c

[email protected] ("Frank M. Kromann")
Newsgroups php.version4
Message-ID <cvsfmk959082724@cvsserver>
fmk		Tue May 23 13:52:04 2000 EDT

  Modified files:
    /php4/ext/ftp	ftp.c 
  Log:
  fixing type
  
Index: php4/ext/ftp/ftp.c
diff -u php4/ext/ftp/ftp.c:1.19 php4/ext/ftp/ftp.c:1.20
--- php4/ext/ftp/ftp.c:1.19	Tue May 23 12:36:48 2000
+++ php4/ext/ftp/ftp.c	Tue May 23 13:52:04 2000
@@ -28,7 +28,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ftp.c,v 1.19 2000/05/23 10:36:48 fmk Exp $ */
+/* $Id: ftp.c,v 1.20 2000/05/23 11:52:04 fmk Exp $ */
 
 #include "php.h"
 
@@ -37,7 +37,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>
-#ifdef HAVE_UINSTD_H
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <fcntl.h>
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.