summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_usrreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/spx_usrreq.c')
-rw-r--r--sys/netipx/spx_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index cd8149b..5fc8227 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -33,7 +33,7 @@
*
* @(#)spx_usrreq.h
*
- * $Id: spx_usrreq.c,v 1.17 1997/09/14 03:10:41 peter Exp $
+ * $Id: spx_usrreq.c,v 1.18 1998/02/09 06:10:26 eivind Exp $
*/
#include <sys/param.h>
@@ -1139,7 +1139,7 @@ static void
spx_setpersist(cb)
register struct spxpcb *cb;
{
- register t = ((cb->s_srtt >> 2) + cb->s_rttvar) >> 1;
+ register int t = ((cb->s_srtt >> 2) + cb->s_rttvar) >> 1;
if (cb->s_timer[SPXT_REXMT] && spx_do_persist_panics)
panic("spx_output REXMT");
OpenPOWER on IntegriCloud