summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/raw_cb.c')
-rw-r--r--sys/net/raw_cb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c
index 2deda2a..eba5dc1 100644
--- a/sys/net/raw_cb.c
+++ b/sys/net/raw_cb.c
@@ -51,8 +51,8 @@
struct rawcb_list_head rawcb_list;
-static u_long raw_sendspace = RAWSNDQ;
-static u_long raw_recvspace = RAWRCVQ;
+const static u_long raw_sendspace = RAWSNDQ;
+const static u_long raw_recvspace = RAWRCVQ;
/*
* Allocate a control block and a nominal amount
OpenPOWER on IntegriCloud