/[rtmk]/rtmk/ipc-kmsg.c
ViewVC logotype

Diff of /rtmk/ipc-kmsg.c

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

revision 1.5 by jrydberg, Thu Jan 3 01:32:43 2002 UTC revision 1.6 by jrydberg, Thu Jan 3 01:46:01 2002 UTC
# Line 168  copyin_header (struct task *task, struct Line 168  copyin_header (struct task *task, struct
168    /* ??? handle send-once right here?  */    /* ??? handle send-once right here?  */
169    
170    kmsg->remote_port = entry->ie_port;    kmsg->remote_port = entry->ie_port;
171    msgh->msgh_remote_port = entry->ie_port;    msgh->msgh_remote_port = (rtmk_port_t) entry->ie_port;
172    
173    /* Fetch local port from IPC object.  */    /* Fetch local port from IPC object.  */
174    
# Line 185  copyin_header (struct task *task, struct Line 185  copyin_header (struct task *task, struct
185    /* ??? handle send-one right here?  */    /* ??? handle send-one right here?  */
186    
187    kmsg->local_port = entry->ie_port;    kmsg->local_port = entry->ie_port;
188    msgh->msgh_local_port = entry->ie_port;    msgh->msgh_local_port = (rtmk_port_t) entry->ie_port;
189    
190    return KERN_SUCCESS;    return KERN_SUCCESS;
191  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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