]> Zhao Yanbai Git Server - minix.git/commitdiff
3 -> T_GETUSER
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 27 Jul 2005 12:03:09 +0000 (12:03 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 27 Jul 2005 12:03:09 +0000 (12:03 +0000)
servers/pm/signal.c

index 10cafe8306f80da1b90b9da2405e3de2eb0fba56..502f4cde86e87ac833c5a25115b935237fa18757 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "pm.h"
 #include <sys/stat.h>
+#include <sys/ptrace.h>
 #include <minix/callnr.h>
 #include <minix/com.h>
 #include <signal.h>
@@ -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);