diff options
author | Werner Koch <wk@gnupg.org> | 2009-09-23 12:28:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-09-23 12:28:41 +0200 |
commit | 1d0e9816e4a665da90d4798d7814b4e93346d7a9 (patch) | |
tree | e6c206190a7b62c709deec56bd88e2d4e964f22d /g10/tdbio.c | |
parent | 2009-09-23 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-1d0e9816e4a665da90d4798d7814b4e93346d7a9.tar.xz gnupg2-1d0e9816e4a665da90d4798d7814b4e93346d7a9.zip |
s/DOTLOCK/dotlock_t/.
Add some stuff for g13.
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index c0dd5abf4..e65af9a4a 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -86,7 +86,7 @@ struct cmp_xdir_struct { static char *db_name; -static DOTLOCK lockhandle; +static dotlock_t lockhandle; static int is_locked; static int db_fd = -1; static int in_transaction; |