Can't fix the bug, but may as well get rid of the build warning on doze
at least.
--- old_db.c    2002-08-18 16:37:34.000000000 +0000
+++ db.c        2002-08-18 18:00:34.000000000 +0000
@@ -38,15 +38,9 @@
 #include <unistd.h>
 #endif
 
-#ifdef PHP_31
-#include "os/nt/flock.h"
-#else
-#ifdef PHP_WIN32
-#include "win32/flock.h"
-#else
+#ifndef PHP_WIN32
 #include <sys/file.h>
 #endif
-#endif
 
 #if HAVE_FCNTL_H
 #include <fcntl.h>

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to