diff options
author | Marcus Boerger <helly@php.net> | 2003-03-04 23:45:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-03-04 23:45:48 +0000 |
commit | f5a7a1c0946e3d4a236d2faacb232795f753b780 (patch) | |
tree | 18c7aa6d803d599d0e0f031c3236f58b5bf48d23 /ext/dba/php_dba.h | |
parent | 8e5aaa0e7cb6b79f3459f79bc4aa6bf64ac593e4 (diff) | |
download | php-git-f5a7a1c0946e3d4a236d2faacb232795f753b780.tar.gz |
Use stream locking support
# needs more testing
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r-- | ext/dba/php_dba.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index 18ace81984..1133de6bc9 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -33,7 +33,6 @@ typedef enum { typedef struct dba_lock { php_stream *fp; - int fd; char *name; int mode; /* LOCK_EX,LOCK_SH */ } dba_lock; |