aboutsummaryrefslogtreecommitdiffstats
path: root/util/secmem.c
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-09-12 16:25:36 +0000
committerStefan Bellon <[email protected]>2002-09-12 16:25:36 +0000
commit3782e1595ec2bece279043a495a8449341a2b048 (patch)
treeec5e4b324d37f96effb17ad0d9983866ecb942a4 /util/secmem.c
parentAdded tr and el rule. (diff)
downloadgnupg-3782e1595ec2bece279043a495a8449341a2b048.tar.gz
gnupg-3782e1595ec2bece279043a495a8449341a2b048.zip
updated RISC OS stuff
Diffstat (limited to 'util/secmem.c')
-rw-r--r--util/secmem.c2
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;