From 03b8e25009927e5bbd232b1bdc43701597bbb2db Mon Sep 17 00:00:00 2001 From: cvs Date: Thu, 24 Jan 2002 13:22:27 +0000 Subject: [PATCH] removed a bug --- tecs/sys_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tecs/sys_util.h b/tecs/sys_util.h index 4d6df66a..7bd30a9c 100644 --- a/tecs/sys_util.h +++ b/tecs/sys_util.h @@ -31,7 +31,7 @@ typedef size_t sys_adr_len; /* argument of accept and gethostbyadr */ void sys_ctrl_init(void); -#elif defined __unix +#elif defined __alpha || defined __unix #define F_CHAR(VAR) char *VAR #define STR_TO_C(DST,SRC) str_ntrim(DST, SRC, sizeof(DST), SRC##_len) @@ -39,7 +39,7 @@ void sys_ctrl_init(void); typedef int sys_adr_len; /* argument of accept and gethostbyadr */ -#define sys_ctrl_init() {} +#define sys_ctrl_init(DUMMY) 0 #else