From 59049492cfff096db34bda19ceb42b64c348ca16 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 20 May 1994 23:41:37 +0000 Subject: Formerly chg-compl.c.~2~ --- libpager/chg-compl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libpager/chg-compl.c b/libpager/chg-compl.c index 877a6f4d..9e734c7c 100644 --- a/libpager/chg-compl.c +++ b/libpager/chg-compl.c @@ -15,6 +15,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "priv.h" + /* The kernel calls this (as described in ) when a memory_object_change_attributes call has completed. Read this in combination with pager-attr.c. */ @@ -26,7 +28,6 @@ _pager_seqnos_memory_object_change_completed (mach_port_t obj, { struct pager *p; struct attribute_request *ar; - int wakeup; if (!(p = ports_check_port_type (obj, pager_port_type))) -- cgit v1.2.3