]> Zhao Yanbai Git Server - minix.git/commitdiff
Endpoint field name
authorBen Gras <ben@minix3.org>
Fri, 3 Mar 2006 12:13:37 +0000 (12:13 +0000)
committerBen Gras <ben@minix3.org>
Fri, 3 Mar 2006 12:13:37 +0000 (12:13 +0000)
commands/ibm/postmort.c

index c054a8b5a7d065aa0198fa2ec4141133234b03a3..8c9555287faad7f5553cb243d6830e798e5ef41f 100755 (executable)
@@ -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