diff options
author | Werner Koch <[email protected]> | 2006-11-21 11:00:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-11-21 11:00:14 +0000 |
commit | e50c5f39cc2ea399eead30ef451d7d5e24c13fe6 (patch) | |
tree | 37f73eb8abf85a3a6505a5a7c30b1e4c8e8d85d5 /common/estream.c | |
parent | Made some PIN pads work. (diff) | |
download | gnupg-e50c5f39cc2ea399eead30ef451d7d5e24c13fe6.tar.gz gnupg-e50c5f39cc2ea399eead30ef451d7d5e24c13fe6.zip |
No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a
good chance that gpg2 will now work.
Other cleanups.
Updated gettext.
Diffstat (limited to 'common/estream.c')
-rw-r--r-- | common/estream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/estream.c b/common/estream.c index e00191e53..e63bc8919 100644 --- a/common/estream.c +++ b/common/estream.c @@ -46,9 +46,6 @@ #endif #ifdef HAVE_PTH - /* We explicitly need to disable soft mapping as Debian currently - enables it for no reason. */ -# define PTH_SYSCALL_SOFT 0 # include <pth.h> #endif |