Message type for PM_GETPID

Change-Id: Ib3ff13ad9c9e30bde08d4cacb6905955ace73924
This commit is contained in:
2014-05-13 15:05:05 +02:00
parent cc852e7783
commit f63d2f0eaf
4 changed files with 11 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ int do_get()
case PM_GETPID:
r = mproc[who_p].mp_pid;
rmp->mp_reply.PM_GETPID_PARENT = mproc[rmp->mp_parent].mp_pid;
rmp->mp_reply.m_pm_lc_getpid.parent_pid = mproc[rmp->mp_parent].mp_pid;
break;
case PM_GETPGRP: