summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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