summaryrefslogtreecommitdiff
path: root/hurd/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-04 21:35:31 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-04 21:35:31 +0100
commit095c64e7467d6f29218ddbaa735f3f707b473386 (patch)
tree292da4e37057e7dd6121ac0f38596b2591ee9448 /hurd/ChangeLog
parentfe2a8eec056be7e4cde8734a66f1c17bc42bd82c (diff)
Remove l4 dependencies.
2008-12-04 Neal H. Walfield <neal@gnu.org> * t-addr-trans.c: Don't include <l4/math.h> or <l4/types.h>. Include <stdint.h>. (main): Don't use L4_WORDSIZE. Just take the size of a uintptr_t.
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r--hurd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 6c5463a..0d9b99a 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,5 +1,11 @@
2008-12-04 Neal H. Walfield <neal@gnu.org>
+ * t-addr-trans.c: Don't include <l4/math.h> or <l4/types.h>.
+ Include <stdint.h>.
+ (main): Don't use L4_WORDSIZE. Just take the size of a uintptr_t.
+
+2008-12-04 Neal H. Walfield <neal@gnu.org>
+
* lock.h: Don't include <atomic.h>.
(ss_lock_trace_dump): Set FUNC to 0, not NULL.