From: Philip Homburg Date: Wed, 27 Jul 2005 12:03:09 +0000 (+0000) Subject: 3 -> T_GETUSER X-Git-Tag: v3.1.0~516 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-revoke.html?a=commitdiff_plain;h=3aadb79b1bc169df6d3e7640343cec68a2ca0289;p=minix.git 3 -> T_GETUSER --- diff --git a/servers/pm/signal.c b/servers/pm/signal.c index 10cafe830..502f4cde8 100644 --- a/servers/pm/signal.c +++ b/servers/pm/signal.c @@ -22,6 +22,7 @@ #include "pm.h" #include +#include #include #include #include @@ -672,7 +673,7 @@ register struct mproc *rmp; /* whose core is to be dumped */ /* Write out the whole kernel process table entry to get the regs. */ trace_off = 0; - while (sys_trace(3, slot, trace_off, &trace_data) == OK) { + while (sys_trace(T_GETUSER, slot, trace_off, &trace_data) == OK) { if (write(fd, (char *) &trace_data, (unsigned) sizeof (long)) != (unsigned) sizeof (long)) { close(fd);