1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-08-30 18:48:57 +00:00
parent 28c861268d
commit c2c397bedf
30 changed files with 2129 additions and 1414 deletions

View file

@ -82,6 +82,7 @@ trap_unaligned(void)
void
disable_core_dumps()
{
#ifndef HAVE_DOSISH_SYSTEM
#ifdef HAVE_SETRLIMIT
struct rlimit limit;
@ -94,6 +95,7 @@ disable_core_dumps()
#endif
if( !opt.quiet )
log_info(_("WARNING: program may create a core file!\n"));
#endif
}