summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/include/ntp_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_control.h')
-rw-r--r--usr.sbin/xntpd/include/ntp_control.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/xntpd/include/ntp_control.h b/usr.sbin/xntpd/include/ntp_control.h
index 1e19383..1124bb0 100644
--- a/usr.sbin/xntpd/include/ntp_control.h
+++ b/usr.sbin/xntpd/include/ntp_control.h
@@ -1,4 +1,4 @@
-/* ntp_control.h,v 3.1 1993/07/06 01:06:50 jbj Exp
+/*
* ntp_control.h - definitions related to NTP mode 6 control messages
*/
@@ -236,10 +236,10 @@ struct ntp_control {
struct ctl_trap {
struct sockaddr_in tr_addr; /* address of trap recipient */
struct interface *tr_localaddr; /* interface to send this through */
- U_LONG tr_settime; /* time trap was set */
- U_LONG tr_count; /* async messages sent to this guy */
- U_LONG tr_origtime; /* time trap was originally set */
- U_LONG tr_resets; /* count of resets for this trap */
+ u_long tr_settime; /* time trap was set */
+ u_long tr_count; /* async messages sent to this guy */
+ u_long tr_origtime; /* time trap was originally set */
+ u_long tr_resets; /* count of resets for this trap */
u_short tr_sequence; /* trap sequence id */
u_char tr_flags; /* trap flags */
u_char tr_version; /* version number of trapper */
OpenPOWER on IntegriCloud