mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
This commit is contained in:
parent
6e5bc13878
commit
e1a1b3fc90
53 changed files with 359 additions and 279 deletions
|
@ -514,7 +514,8 @@ open_db()
|
|||
TRUSTREC rec;
|
||||
assert( db_fd == -1 );
|
||||
|
||||
lockhandle = create_dotlock( db_name );
|
||||
if( !lockhandle )
|
||||
lockhandle = create_dotlock( db_name );
|
||||
if( !lockhandle )
|
||||
log_fatal( _("%s: can't create lock\n"), db_name );
|
||||
#ifdef HAVE_DOSISH_SYSTEM
|
||||
|
@ -611,7 +612,7 @@ tdbio_db_matches_options()
|
|||
* Return the record number of the keyhash tbl or create a new one.
|
||||
*/
|
||||
static ulong
|
||||
get_keyhashrec()
|
||||
get_keyhashrec(void)
|
||||
{
|
||||
static ulong keyhashtbl; /* record number of the key hashtable */
|
||||
|
||||
|
@ -636,7 +637,7 @@ get_keyhashrec()
|
|||
* or create a new one.
|
||||
*/
|
||||
static ulong
|
||||
get_sdirhashrec()
|
||||
get_sdirhashrec(void)
|
||||
{
|
||||
static ulong sdirhashtbl; /* record number of the hashtable */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue