mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
* g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
was erroneously introduced on 2002-01-09.
This commit is contained in:
parent
529e037c43
commit
09e732361a
@ -1,5 +1,8 @@
|
|||||||
2002-05-21 Werner Koch <wk@gnupg.org>
|
2002-05-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
|
||||||
|
was erroneously introduced on 2002-01-09.
|
||||||
|
|
||||||
* signal.c (got_fatal_signal): Don't write the Nul to stderr.
|
* signal.c (got_fatal_signal): Don't write the Nul to stderr.
|
||||||
Reported by David Hollenberg.
|
Reported by David Hollenberg.
|
||||||
|
|
||||||
|
@ -879,7 +879,6 @@ main( int argc, char **argv )
|
|||||||
opt.homedir = buf;
|
opt.homedir = buf;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#undef USE_SHM_COPROCESSING /* huh? */
|
|
||||||
#ifdef USE_SHM_COPROCESSING
|
#ifdef USE_SHM_COPROCESSING
|
||||||
if( opt.shm_coprocess ) {
|
if( opt.shm_coprocess ) {
|
||||||
init_shm_coprocessing(requested_shm_size, 1 );
|
init_shm_coprocessing(requested_shm_size, 1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user