From 68f507056941cf35219b6b3dc04f80b1f3f89a23 Mon Sep 17 00:00:00 2001 From: dima Date: Tue, 20 Oct 1998 07:07:07 +0000 Subject: make talk/talkd work on alpha. --- include/protocols/talkd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/protocols') diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h index 34b5da2..962e47b 100644 --- a/include/protocols/talkd.h +++ b/include/protocols/talkd.h @@ -62,10 +62,10 @@ typedef struct { u_char type; /* request type, see below */ u_char answer; /* not used */ u_char pad; - u_long id_num; /* message id */ + u_int32_t id_num; /* message id */ struct osockaddr addr; /* old (4.3) style */ struct osockaddr ctl_addr; /* old (4.3) style */ - long pid; /* caller's process id */ + int32_t pid; /* caller's process id */ #define NAME_SIZE 12 char l_name[NAME_SIZE];/* caller's name */ char r_name[NAME_SIZE];/* callee's name */ @@ -81,7 +81,7 @@ typedef struct { u_char type; /* type of request message, see below */ u_char answer; /* respose to request message, see below */ u_char pad; - u_long id_num; /* message id */ + u_int32_t id_num; /* message id */ struct osockaddr addr; /* address for establishing conversation */ } CTL_RESPONSE; -- cgit v1.1