summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net/if_spppsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 0853e55..84d8843 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -281,7 +281,7 @@ static struct callout_handle keepalive_ch;
*
* XXX is this really still necessary? - joerg -
*/
-static u_short interactive_ports[8] = {
+static const u_short interactive_ports[8] = {
0, 513, 0, 0,
0, 21, 0, 23,
};
OpenPOWER on IntegriCloud