From: Ben Gras Date: Fri, 3 Mar 2006 12:13:37 +0000 (+0000) Subject: Endpoint field name X-Git-Tag: v3.1.2a~309 X-Git-Url: http://zhaoyanbai.com/repos/CHANGES?a=commitdiff_plain;h=9f200f88077aac8af8391356c1c7be93b3c6cfa2;p=minix.git Endpoint field name --- diff --git a/commands/ibm/postmort.c b/commands/ibm/postmort.c index c054a8b5a..8c9555287 100755 --- a/commands/ibm/postmort.c +++ b/commands/ibm/postmort.c @@ -265,7 +265,7 @@ struct proc *pt; printf("Link to next proc wishing to send: 0x%04.4x\n", pt->p_sendlink); /* struct proc * */ printf("Pointer to message buffer: 0x%04.4x\n", pt->p_messbuf); /* message * */ #endif - printf("Expecting message from: 0x%04.4x\n", pt->p_getfrom); /* int */ + printf("Expecting message from: 0x%04.4x\n", pt->p_getfrom_e); /* int */ #if 0 printf("Pointer to next ready process: 0x%04.4x\n", pt->p_nextready); /* struct proc * */ #endif