. rename message fields to endpoint variants

. remove or optionalify some pci debugging stuff
This commit is contained in:
Ben Gras
2006-03-03 09:44:55 +00:00
parent 7550304e19
commit 5d7f5fccf5
28 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ int proc_nr; /* process number */
message m;
int result;
m.SIG_PROC = proc_nr;
m.SIG_ENDPT = proc_nr;
result = _taskcall(SYSTASK, SYS_ENDKSIG, &m);
return(result);
}