diff --git a/include/proto.h b/include/proto.h index 08f24bda..46b9e9cb 100644 --- a/include/proto.h +++ b/include/proto.h @@ -44,9 +44,7 @@ #define LIST 5 #define CMD 6 #define CTLD 7 -#define WAT 8 -#define KILL 9 -#define GKILL 10 /* kill even if process stuck --ts */ +#define KILL 8 #define C_CMDOK 0x0 #define C_DATA 0x1 diff --git a/src/client/proto.h b/src/client/proto.h index c7903565..713739f9 100644 --- a/src/client/proto.h +++ b/src/client/proto.h @@ -46,9 +46,7 @@ #define LIST 5 #define CMD 6 #define CTLD 7 -#define WAT 8 -#define KILL 9 -#define GKILL 10 /* kill even if process stuck --ts */ +#define KILL 8 #define C_CMDOK 0x0 #define C_DATA 0x1