diff options
author | Werner Koch <wk@gnupg.org> | 2009-05-20 00:39:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-05-20 00:39:45 +0200 |
commit | 4fa261f8ecb16fabb4d06403f6ffacaa010ce453 (patch) | |
tree | f2786955474b37c97172d5dbf932e17bc48a2543 /common/sysutils.h | |
parent | Remove testing cruft. (diff) | |
download | gnupg2-4fa261f8ecb16fabb4d06403f6ffacaa010ce453.tar.xz gnupg2-4fa261f8ecb16fabb4d06403f6ffacaa010ce453.zip |
Fix possible system freeze on Mac OS X.
Diffstat (limited to 'common/sysutils.h')
-rw-r--r-- | common/sysutils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/sysutils.h b/common/sysutils.h index de1e3bb1e..fd4340f3d 100644 --- a/common/sysutils.h +++ b/common/sysutils.h @@ -56,7 +56,4 @@ void gnupg_allow_set_foregound_window (pid_t pid); #endif /*HAVE_W32_SYSTEM*/ - - - #endif /*GNUPG_COMMON_SYSUTILS_H*/ |