mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Mark bundle as unused in case we're compiled with NORADIUS.
This commit is contained in:
parent
b80976d390
commit
eae11b7e7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134906
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user