summaryrefslogtreecommitdiff
path: root/libpager/stubs.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-20 23:01:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-20 23:01:40 +0000
commit40beb622b4dd362570bfbfd8a3aeb497fc6fe721 (patch)
tree94c68b02ce8c5ddb8d9ea3343fe1085443e19ab8 /libpager/stubs.c
parenta16d10de4d8447020f6c883362a084d792ce5f8c (diff)
Formerly stubs.c.~6~
Diffstat (limited to 'libpager/stubs.c')
-rw-r--r--libpager/stubs.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/libpager/stubs.c b/libpager/stubs.c
index cb0ee2f7..36529321 100644
--- a/libpager/stubs.c
+++ b/libpager/stubs.c
@@ -1,4 +1,4 @@
-/* Unused memory object interface stubs
+ /* Unused memory object interface stubs
Copyright (C) 1994 Free Software Foundation
This program is free software; you can redistribute it and/or
@@ -57,14 +57,3 @@ _pager_seqnos_memory_object_supply_completed (mach_port_t obj,
return EOPNOTSUPP;
}
-kern_return_t
-_pager_seqnos_memory_object_change_completed (mach_port_t obj,
- mach_port_seqno_t seq,
- boolean_t maycache,
- memory_object_copy_strategy_t strat)
-{
- printf ("m_o_change_completed called\n");
- return EOPNOTSUPP;
-}
-
-