summaryrefslogtreecommitdiff
path: root/mach-defpager/mig-mutate.h
diff options
context:
space:
mode:
Diffstat (limited to 'mach-defpager/mig-mutate.h')
-rw-r--r--mach-defpager/mig-mutate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mach-defpager/mig-mutate.h b/mach-defpager/mig-mutate.h
index 54aeeba6..31acaa6e 100644
--- a/mach-defpager/mig-mutate.h
+++ b/mach-defpager/mig-mutate.h
@@ -18,5 +18,8 @@
along with the GNU Hurd. If not, see <http://www.gnu.org/licenses/>. */
#define MEMORY_OBJECT_INTRAN default_pager_t begin_using_default_pager (mach_port_t)
+#define MEMORY_OBJECT_INTRAN_PAYLOAD \
+ default_pager_t begin_using_default_pager_payload
+
#define MEMORY_OBJECT_IMPORTS import "mig-decls.h";
#define DEFAULT_PAGER_IMPORTS import "mig-decls.h";