summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-07 15:48:27 +0000
committerphk <phk@FreeBSD.org>2004-09-07 15:48:27 +0000
commitd0dc76864cfbe22ec2294583c2e0bd44b5042327 (patch)
tree9649739cb8eb4c27908cde3219f9961676d9cb8a /usr.sbin/ppp
parentca5db094ef44eba7bafb4fd1393e81f71e34a2af (diff)
downloadFreeBSD-src-d0dc76864cfbe22ec2294583c2e0bd44b5042327.zip
FreeBSD-src-d0dc76864cfbe22ec2294583c2e0bd44b5042327.tar.gz
Mark bundle as unused in case we're compiled with NORADIUS.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/mppe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c
index 533fdbf..141574f 100644
--- a/usr.sbin/ppp/mppe.c
+++ b/usr.sbin/ppp/mppe.c
@@ -470,7 +470,7 @@ MPPERequired(struct fsm *fp)
}
static u_int32_t
-MPPE_ConfigVal(struct bundle *bundle, const struct ccp_config *cfg)
+MPPE_ConfigVal(struct bundle *bundle __unused, const struct ccp_config *cfg)
{
u_int32_t val;
@@ -676,7 +676,7 @@ MPPE_InitState(struct fsm_opt *o)
}
static void *
-MPPEInitInput(struct bundle *bundle, struct fsm_opt *o)
+MPPEInitInput(struct bundle *bundle __unused, struct fsm_opt *o)
{
struct mppe_state *mip;
@@ -732,7 +732,7 @@ MPPEInitInput(struct bundle *bundle, struct fsm_opt *o)
}
static void *
-MPPEInitOutput(struct bundle *bundle, struct fsm_opt *o)
+MPPEInitOutput(struct bundle *bundle __unused, struct fsm_opt *o)
{
struct mppe_state *mop;
OpenPOWER on IntegriCloud