summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-21 12:00:14 +0100
committerWerner Koch <wk@gnupg.org>2006-11-21 12:00:14 +0100
commite50c5f39cc2ea399eead30ef451d7d5e24c13fe6 (patch)
tree37f73eb8abf85a3a6505a5a7c30b1e4c8e8d85d5 /common
parentMade some PIN pads work. (diff)
downloadgnupg2-e50c5f39cc2ea399eead30ef451d7d5e24c13fe6.tar.xz
gnupg2-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')
-rw-r--r--common/ChangeLog5
-rw-r--r--common/estream.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 5ff12da97..63d856636 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-21 Werner Koch <wk@g10code.com>
+
+ * estream.c: Remove explicit Pth soft mapping diabling becuase it
+ is now done in config.h.
+
2006-11-15 Werner Koch <wk@g10code.com>
* estream.c: Disabled Pth soft mapping.
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