Date: 12/20/98
- Next message: Zeev Suraski: "Re: [PHP-DEV] addslashes' speed"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] 3.0.6 show stopper"
- Next in thread: sas: "[PHP-DEV] CVS update: php3/dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday December 20, 1998 @ 14:40
Author: sas
Update of /repository/php3/dbase
In directory asf:/u/temp/cvs-serv19734
Modified Files:
dbf_misc.c dbfcreat.c
Log Message:
get rid of some implicit declaration warnings
Index: php3/dbase/dbf_misc.c
diff -c php3/dbase/dbf_misc.c:1.1 php3/dbase/dbf_misc.c:1.2
*** php3/dbase/dbf_misc.c:1.1 Sat Sep 27 21:44:00 1997
--- php3/dbase/dbf_misc.c Sun Dec 20 14:40:24 1998
***************
*** 7,12 ****
--- 7,14 ----
#include <stdio.h>
#include <sys/types.h>
+ #include "dbf_misc.h"
+
/*
* routine to change little endian long to host long
*/
Index: php3/dbase/dbfcreat.c
diff -c php3/dbase/dbfcreat.c:1.3 php3/dbase/dbfcreat.c:1.4
*** php3/dbase/dbfcreat.c:1.3 Tue Oct 7 23:36:22 1997
--- php3/dbase/dbfcreat.c Sun Dec 20 14:40:24 1998
***************
*** 13,18 ****
--- 13,19 ----
#include <stdio.h>
#include <fcntl.h>
+ #include <ctype.h>
#define OPEN_RDWR (O_RDWR | O_CREAT | O_TRUNC)
#define OPEN_RDONLY (O_RDONLY)
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] addslashes' speed"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] 3.0.6 show stopper"
- Next in thread: sas: "[PHP-DEV] CVS update: php3/dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

