From c2ab6de7e774b8acd9769f674761e7bbd03a45f0 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 31 Jan 2004 09:42:34 +0000 Subject: [PATCH] (KILL): Off by one in fnlist[]. This is why client option -k didn't work. (WAT, GKILL): Unused, remove. --- include/proto.h | 4 +--- src/client/proto.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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