summaryrefslogtreecommitdiff
path: root/libl4
diff options
context:
space:
mode:
authormarcus <marcus>2005-02-24 01:09:46 +0000
committermarcus <marcus>2005-02-24 01:09:46 +0000
commit9c700858ce3b8df178ef77fc613c3bb6d3b97342 (patch)
tree638818aebc317071fcc45331730e8ced63b0d5b7 /libl4
parent1fefd4d6633caad1850f3f55d0d17edcef527907 (diff)
2005-02-24 Marcus Brinkmann <marcus@gnu.org>
* l4/compat/space.h (L4_FullyAccessible): Fix type. Submitted by Glen Kaukola <gkaukola@charter.net>.
Diffstat (limited to 'libl4')
-rw-r--r--libl4/ChangeLog5
-rw-r--r--libl4/l4/compat/space.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/libl4/ChangeLog b/libl4/ChangeLog
index 9670b93..a047c96 100644
--- a/libl4/ChangeLog
+++ b/libl4/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24 Marcus Brinkmann <marcus@gnu.org>
+
+ * l4/compat/space.h (L4_FullyAccessible): Fix type.
+ Submitted by Glen Kaukola <gkaukola@charter.net>.
+
2005-02-23 Marco Gerards <metgerards@student.han.nl>
* l4/sigma0.h (_L4_sigma0_get_page_rcv_window): Add local variable TAG.
diff --git a/libl4/l4/compat/space.h b/libl4/l4/compat/space.h
index c1b0a5f..8716d0c 100644
--- a/libl4/l4/compat/space.h
+++ b/libl4/l4/compat/space.h
@@ -33,7 +33,7 @@
#define L4_Readable _L4_readable
#define L4_Writable _L4_writable
#define L4_eXecutable _L4_executable
-#define L4_FullyAccessible _L4_fullly_accesible
+#define L4_FullyAccessible _L4_fully_accessible
#define L4_ReadWriteOnly _L4_read_write_only
#define L4_ReadeXecOnly _L4_read_exec_only
#define L4_NoAccess _L4_no_access