summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-20 23:41:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-20 23:41:37 +0000
commit59049492cfff096db34bda19ceb42b64c348ca16 (patch)
tree3e9a9de0c4b8a74781db3338a6f590c0d2a69014
parent1ef34d2ad427ac665fc77424135a8371541193e6 (diff)
Formerly chg-compl.c.~2~
-rw-r--r--libpager/chg-compl.c3
1 files changed, 2 insertions, 1 deletions
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 <mach/memory_object.defs>)
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)))