diff options
Diffstat (limited to 'usr/src/uts/common/inet/sctp/sctp_timer.c')
-rw-r--r-- | usr/src/uts/common/inet/sctp/sctp_timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/inet/sctp/sctp_timer.c b/usr/src/uts/common/inet/sctp/sctp_timer.c index 24b46ad6f0..47ffe3d1fc 100644 --- a/usr/src/uts/common/inet/sctp/sctp_timer.c +++ b/usr/src/uts/common/inet/sctp/sctp_timer.c @@ -24,7 +24,6 @@ * Use is subject to license terms. */ - #include <sys/types.h> #include <sys/systm.h> #include <sys/stream.h> @@ -416,7 +415,7 @@ sctp_heartbeat_timer(sctp_t *sctp) return; } - now = lbolt64; + now = ddi_get_lbolt64(); earliest_expiry = 0; cnt = sctps->sctps_maxburst; |