aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--VERSION2
-rw-r--r--acinclude.m42
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8db2f71a9..4d6100cf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 14 10:17:30 CEST 2000 Werner Koch <wk@>
+
+ * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
+
Wed Jul 12 13:32:06 CEST 2000 Werner Koch <wk@>
Version 1.0.2
diff --git a/VERSION b/VERSION
index 6d7de6e6a..3a83d37a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.2
+1.0.2a
diff --git a/acinclude.m4 b/acinclude.m4
index bf1d8c935..0e4bee762 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -332,8 +332,8 @@ define(GNUPG_CHECK_MLOCK,
#include <sys/mman.h>
#endif
], [
- mkdir ("foo", 0);
int i;
+ mkdir ("foo", 0);
/* glibc defines this for functions which it implements
* to always fail with ENOSYS. Some functions are actually
* named something starting with __ and the normal name