summaryrefslogtreecommitdiffstats
path: root/include/protocols
diff options
context:
space:
mode:
authordima <dima@FreeBSD.org>1998-11-08 08:27:16 +0000
committerdima <dima@FreeBSD.org>1998-11-08 08:27:16 +0000
commit800a662fe9c9e0f24eeca3f477eb6a00a87fd88f (patch)
treecc9746098d090a28e105c9918b0e07b382dd1d26 /include/protocols
parentb2e08a456c47525da8fb490570b800c5c67aeda6 (diff)
downloadFreeBSD-src-800a662fe9c9e0f24eeca3f477eb6a00a87fd88f.zip
FreeBSD-src-800a662fe9c9e0f24eeca3f477eb6a00a87fd88f.tar.gz
64bit clean now
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/rwhod.h2
1 files changed, 1 insertions, 1 deletions
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 {
OpenPOWER on IntegriCloud