mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
See ChangeLog: Fri Jul 14 10:17:30 CEST 2000 Werner Koch
This commit is contained in:
parent
4d62f7d5c4
commit
036879f21e
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.0.2
|
||||
1.0.2a
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue