diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:09:47 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:09:47 +0000 |
commit | 8b80ec19c580dae6fa5afe8f48ece4e9c34b35a9 (patch) | |
tree | be6a28dc1ef70cf172abc090ffc02826d60f1617 /libpager/object-init.c | |
parent | 8cd9f748f9ae08178920b5da213d52f35fe99b90 (diff) |
Formerly object-init.c.~5~
Diffstat (limited to 'libpager/object-init.c')
-rw-r--r-- | libpager/object-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpager/object-init.c b/libpager/object-init.c index 22d3b665..4da19a8b 100644 --- a/libpager/object-init.c +++ b/libpager/object-init.c @@ -19,8 +19,8 @@ #include "memory_object.h" #include <stdio.h> -/* This is called by a kernel to initialize the memory object; - this routine is a dual of seqnos_memory_object_terminate. */ +/* Implement the object initialiation call as described in + <mach/memory_object.defs>. */ kern_return_t _pager_seqnos_memory_object_init (mach_port_t object, mach_port_seqno_t seqno, |