aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-07-14 08:14:11 +0000
committerWerner Koch <[email protected]>2000-07-14 08:14:11 +0000
commit036879f21ec4e3a46329996027dc08c7bc4d4921 (patch)
treec13438177ef6e5d6495c4a1c2ff3b5bef3d05886
parentSee ChangeLog: Wed Jul 12 15:49:45 CEST 2000 Werner Koch (diff)
downloadgnupg-036879f21ec4e3a46329996027dc08c7bc4d4921.tar.gz
gnupg-036879f21ec4e3a46329996027dc08c7bc4d4921.zip
See ChangeLog: Fri Jul 14 10:17:30 CEST 2000 Werner Koch
-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