summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 3709f71..61dbb6f 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -2075,7 +2075,7 @@ sppp_to_event(const struct cp *cp, struct sppp *sp)
* Change the state of a control protocol in the state automaton.
* Takes care of starting/stopping the restart timer.
*/
-void
+static void
sppp_cp_change_state(const struct cp *cp, struct sppp *sp, int newstate)
{
sp->state[cp->protoidx] = newstate;
@@ -3876,7 +3876,7 @@ static void sppp_ipv6cp_scr(struct sppp *sp)
/*
* Handle incoming CHAP packets.
*/
-void
+static void
sppp_chap_input(struct sppp *sp, struct mbuf *m)
{
STDDCL;
OpenPOWER on IntegriCloud