mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
64bit clean now
This commit is contained in:
parent
1916cd2927
commit
689c44c5b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue