/[rtmk]/rtmk/vm-syscall.c
ViewVC logotype

Diff of /rtmk/vm-syscall.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by jrydberg, Wed Mar 27 00:13:45 2002 UTC revision 1.9 by jrydberg, Mon Apr 15 20:15:51 2002 UTC
# Line 145  vm_write (struct task *task, vm_offset_t Line 145  vm_write (struct task *task, vm_offset_t
145    bool wired_p;    bool wired_p;
146    kern_return_t kr;    kern_return_t kr;
147    
148      if (length == 0)
149        return 0;
150    
151    /* First we try to locate the object we should copy memory    /* First we try to locate the object we should copy memory
152       into.  */       into.  */
153    real_map = task->map;    real_map = task->map;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26