From 3b55e7488e4e45f85d295888f240859f9e889fb2 Mon Sep 17 00:00:00 2001 From: neal Date: Mon, 16 Jun 2008 20:50:45 +0000 Subject: 2008-06-16 Neal H. Walfield * cap.h (as_dump_from): Remove declaration. --- hurd/ChangeLog | 4 ++++ hurd/cap.h | 8 ++------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'hurd') diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 5ee75b6..9a9e758 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Neal H. Walfield + + * cap.h (as_dump_from): Remove declaration. + 2008-06-16 Neal H. Walfield * addr.h (addr_add): New function. 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 -- cgit v1.2.3