From 689c44c5b3d51863ee91bdec8d7fb3f6d51e7387 Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Sun, 8 Nov 1998 08:27:16 +0000 Subject: [PATCH] 64bit clean now --- include/protocols/rwhod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h index df61d3ca2d27..fbfe2ed7cb04 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 {