mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* signal.c, tdbio.c: Comment out the transaction code. It was not used in
this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89).
This commit is contained in:
parent
d1151348ec
commit
2987a5e0bd
@ -1,3 +1,9 @@
|
|||||||
|
2003-06-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* signal.c, tdbio.c: Comment out the transaction code. It was not
|
||||||
|
used in this version, and was causing some build problems on
|
||||||
|
quasi-posix platforms (Solaris and Forte c89).
|
||||||
|
|
||||||
2003-06-19 David Shaw <dshaw@jabberwocky.com>
|
2003-06-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am: Include W32LIBS where appropriate.
|
* Makefile.am: Include W32LIBS where appropriate.
|
||||||
|
@ -154,7 +154,8 @@ pause_on_sigusr( int which )
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Disabled - see comment in tdbio.c:tdbio_begin_transaction() */
|
||||||
|
#if 0
|
||||||
static void
|
static void
|
||||||
do_block( int block )
|
do_block( int block )
|
||||||
{
|
{
|
||||||
@ -211,7 +212,6 @@ do_block( int block )
|
|||||||
#endif /*HAVE_DOSISH_SYSTEM*/
|
#endif /*HAVE_DOSISH_SYSTEM*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
block_all_signals()
|
block_all_signals()
|
||||||
{
|
{
|
||||||
@ -223,3 +223,4 @@ unblock_all_signals()
|
|||||||
{
|
{
|
||||||
do_block(0);
|
do_block(0);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
@ -332,7 +332,9 @@ tdbio_sync()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
/* The transaction code is disabled in the 1.2.x branch, as it is not
|
||||||
|
yet used. It will be enabled in 1.3.x. */
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
* Simple transactions system:
|
* Simple transactions system:
|
||||||
@ -402,7 +404,7 @@ tdbio_cancel_transaction()
|
|||||||
in_transaction = 0;
|
in_transaction = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/********************************************************
|
/********************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user