diff options
author | Stefan Bellon <[email protected]> | 2002-09-12 16:25:36 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-09-12 16:25:36 +0000 |
commit | 3782e1595ec2bece279043a495a8449341a2b048 (patch) | |
tree | ec5e4b324d37f96effb17ad0d9983866ecb942a4 /util/secmem.c | |
parent | Added tr and el rule. (diff) | |
download | gnupg-3782e1595ec2bece279043a495a8449341a2b048.tar.gz gnupg-3782e1595ec2bece279043a495a8449341a2b048.zip |
updated RISC OS stuff
Diffstat (limited to 'util/secmem.c')
-rw-r--r-- | util/secmem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/secmem.c b/util/secmem.c index 90fffd505..d077fed17 100644 --- a/util/secmem.c +++ b/util/secmem.c @@ -66,7 +66,9 @@ struct memblock_struct { static void *pool; static volatile int pool_okay; /* may be checked in an atexit function */ +#ifdef HAVE_MMAP static volatile int pool_is_mmapped; +#endif static size_t poolsize; /* allocated length */ static size_t poollen; /* used length */ static MEMBLOCK *unused_blocks; |