=================================================================== RCS file: /cvs/prex-old/include/server/proc.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/server/proc.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/server/proc.h 2008/08/13 17:12:27 1.1.1.1.2.1 @@ -37,14 +37,16 @@ #define PS_GETPPID 0x00000101 #define PS_GETPGID 0x00000102 #define PS_SETPGID 0x00000103 -#define PS_FORK 0x00000104 -#define PS_EXIT 0x00000105 -#define PS_STOP 0x00000106 -#define PS_WAITPID 0x00000107 -#define PS_KILL 0x00000108 -#define PS_EXEC 0x00000109 -#define PS_PSTAT 0x0000010A -#define PS_SETINIT 0x0000010B -#define PS_REGISTER 0x0000010C +#define PS_SETSID 0x00000104 +#define PS_GETSID 0x00000105 +#define PS_FORK 0x00000106 +#define PS_EXIT 0x00000107 +#define PS_STOP 0x00000108 +#define PS_WAITPID 0x00000109 +#define PS_KILL 0x0000010A +#define PS_EXEC 0x0000010B +#define PS_PSTAT 0x0000010C +#define PS_SETINIT 0x0000010D +#define PS_REGISTER 0x0000010E #endif /* !_SRV_PROC_H */