From 800a662fe9c9e0f24eeca3f477eb6a00a87fd88f Mon Sep 17 00:00:00 2001 From: dima Date: Sun, 8 Nov 1998 08:27:16 +0000 Subject: 64bit clean now --- include/protocols/rwhod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocols') diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h index df61d3c..fbfe2ed 100644 --- a/include/protocols/rwhod.h +++ b/include/protocols/rwhod.h @@ -42,7 +42,7 @@ struct outmp { char out_line[8]; /* tty name */ char out_name[8]; /* user id */ - long out_time; /* time on */ + int32_t out_time; /* time on */ }; struct whod { -- cgit v1.1