helly           Thu Nov  7 18:09:41 2002 EDT

  Modified files:              
    /php4/ext/dba       dba_flatfile.c 
  Log:
  not needed anywhere here
  
  
Index: php4/ext/dba/dba_flatfile.c
diff -u php4/ext/dba/dba_flatfile.c:1.4 php4/ext/dba/dba_flatfile.c:1.5
--- php4/ext/dba/dba_flatfile.c:1.4     Thu Nov  7 18:03:15 2002
+++ php4/ext/dba/dba_flatfile.c Thu Nov  7 18:09:41 2002
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_flatfile.c,v 1.4 2002/11/07 23:03:15 helly Exp $ */
+/* $Id: dba_flatfile.c,v 1.5 2002/11/07 23:09:41 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -46,14 +46,6 @@
 
 #define FLATFILE_DATA flatfile *dba = info->dbf
 #define FLATFILE_GKEY datum gkey; gkey.dptr = (char *) key; gkey.dsize = keylen
-
-#define TRUNC_IT(extension, mode) \
-       snprintf(buf, MAXPATHLEN, "%s" extension, info->path); \
-       buf[MAXPATHLEN-1] = '\0'; \
-       if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \
-               return FAILURE; \
-       close(fd);
-
 
 DBA_OPEN_FUNC(flatfile)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to