]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed ECHO.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:46:26 +0000 (13:46 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 23 Apr 2007 13:46:26 +0000 (13:46 +0000)
kernel/table.c

index 03049264196983f298391841d36b946b18b17f0e..62e53bdab79cf7c513af8b9fb1db54e454d0d209 100755 (executable)
@@ -55,7 +55,7 @@ PUBLIC char *t_stack[TOT_STACK_SPACE / sizeof(char *)];
  */
 #define TSK_T  (1 << RECEIVE)                  /* clock and system */
 #define SRV_T  (~0)                            /* system services */
-#define USR_T   ((1 << SENDREC) | (1 << ECHO)) /* user processes */
+#define USR_T   ((1 << SENDREC))               /* user processes */
 
 /* Send masks determine to whom processes can send messages or notifications. 
  * The values here are used for the processes in the boot image. We rely on