1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

See ChangeLog: Fri Jul 14 10:17:30 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-07-14 08:14:11 +00:00
parent 4d62f7d5c4
commit 036879f21e
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
1.0.2
1.0.2a

View File

@ -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