diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-20 23:01:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-20 23:01:40 +0000 |
commit | 40beb622b4dd362570bfbfd8a3aeb497fc6fe721 (patch) | |
tree | 94c68b02ce8c5ddb8d9ea3343fe1085443e19ab8 | |
parent | a16d10de4d8447020f6c883362a084d792ce5f8c (diff) |
Formerly stubs.c.~6~
-rw-r--r-- | libpager/stubs.c | 13 |
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; -} - - |