diff options
| author | Dima Ruban <dima@FreeBSD.org> | 1998-11-08 08:27:16 +0000 |
|---|---|---|
| committer | Dima Ruban <dima@FreeBSD.org> | 1998-11-08 08:27:16 +0000 |
| commit | 689c44c5b3d51863ee91bdec8d7fb3f6d51e7387 (patch) | |
| tree | 7f31d2622f7032d2fed27173ba9cde106181df1b /include/protocols | |
| parent | 1916cd292770f7319323752b2efa02a0f053a102 (diff) | |
Notes
Diffstat (limited to 'include/protocols')
| -rw-r--r-- | include/protocols/rwhod.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
