diff options
Diffstat (limited to 'include/ntp_control.h')
-rw-r--r-- | include/ntp_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntp_control.h b/include/ntp_control.h index 2fe0f30bbd78..91b85aa52df4 100644 --- a/include/ntp_control.h +++ b/include/ntp_control.h @@ -159,7 +159,7 @@ struct ntp_control { */ struct ctl_trap { sockaddr_u tr_addr; /* address of trap recipient */ - struct interface *tr_localaddr; /* interface to send this through */ + endpt *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 */ |