summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorneal <neal>2008-06-16 20:50:45 +0000
committerneal <neal>2008-06-16 20:50:45 +0000
commit3b55e7488e4e45f85d295888f240859f9e889fb2 (patch)
treef830e5054ec17a68a23b966d9a127b0a33290379 /hurd
parent716dad2b7b13a92542e34d571ed8e525963b9ac1 (diff)
2008-06-16 Neal H. Walfield <neal@gnu.org>
* cap.h (as_dump_from): Remove declaration.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/cap.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 5ee75b6..9a9e758 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,5 +1,9 @@
2008-06-16 Neal H. Walfield <neal@gnu.org>
+ * cap.h (as_dump_from): Remove declaration.
+
+2008-06-16 Neal H. Walfield <neal@gnu.org>
+
* addr.h (addr_add): New function.
(addr_sub): Likewise.
diff --git a/hurd/cap.h b/hurd/cap.h
index 2466e45..572909b 100644
--- a/hurd/cap.h
+++ b/hurd/cap.h
@@ -407,8 +407,8 @@ enum
(PRINCIPAL and the address spaces are looked up in the context of
the caller.)
- By default, preserves SOURCE's subpage specification and TARGET's
- guard.
+ By default, preserves SOURCE's subpage specification and copies
+ TARGET's guard and policy.
If CAP_COPY_COPY_SUBPAGE is set, then uses the subpage
specification in CAP_PROPERTIES. If CAP_COPY_COPY_ADDR_TRANS_GUARD
@@ -696,9 +696,5 @@ cap_copy (activity_t activity,
CAP_COPY_DISCARDABLE_SET | CAP_COPY_PRIORITY_SET,
CAP_PROPERTIES_GET (source));
}
-
-/* Dump the address space rooted at ROOT. */
-extern void as_dump_from (activity_t activity, struct cap *root,
- const char *prefix);
#endif