summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-07-12 19:35:29 +0000
committerrwatson <rwatson@FreeBSD.org>2004-07-12 19:35:29 +0000
commita5ff7bc1e623ed5e187ed633099986439e1c1c64 (patch)
tree4e219ac06583db40a83a2755be8bf1ee14f0fe25 /sys/netipx
parent9d5e898163c7c5084f30c9675cf5f557a969e666 (diff)
downloadFreeBSD-src-a5ff7bc1e623ed5e187ed633099986439e1c1c64.zip
FreeBSD-src-a5ff7bc1e623ed5e187ed633099986439e1c1c64.tar.gz
Constify 'spx_backoff'.
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/spx_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index a0a713d..67edf45 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -77,7 +77,7 @@ static struct spx_istat spx_istat;
#define spxstat spx_istat.newstats
#endif
-static int spx_backoff[SPX_MAXRXTSHIFT+1] =
+static const int spx_backoff[SPX_MAXRXTSHIFT+1] =
{ 1, 2, 4, 8, 16, 32, 64, 64, 64, 64, 64, 64, 64 };
static struct spxpcb *spx_close(struct spxpcb *cb);
OpenPOWER on IntegriCloud