diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
| commit | 360c01464aee3bc4c520898a675f35967db09ac2 (patch) | |
| tree | c244e3f6baebbb7d13d8dd0d4ee570773cb3c579 /include/ntpd.h | |
| parent | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (diff) | |
Diffstat (limited to 'include/ntpd.h')
| -rw-r--r-- | include/ntpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntpd.h b/include/ntpd.h index 6a5128ce0832..ead0c2cf8171 100644 --- a/include/ntpd.h +++ b/include/ntpd.h @@ -275,8 +275,8 @@ extern u_long orphwait; /* orphan wait time */ extern char *sys_hostname; /* host name */ extern char *sys_groupname; /* group name */ extern char *group_name; /* group name */ -extern u_long sys_revoke; /* keys revoke timeout */ -extern u_long sys_automax; /* session key timeout */ +extern u_char sys_revoke; /* keys revoke timeout */ +extern u_char sys_automax; /* session key timeout */ #endif /* AUTOKEY */ /* ntp_util.c */ |
