summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/acf.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
committerbrian <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
commit6f864d0a973a7f3987d73132be311b7cfbd1ccfc (patch)
treefb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/acf.c
parent2f8e87b45e5735ee9774fce8bc8ffaf1fdc72657 (diff)
downloadFreeBSD-src-6f864d0a973a7f3987d73132be311b7cfbd1ccfc.zip
FreeBSD-src-6f864d0a973a7f3987d73132be311b7cfbd1ccfc.tar.gz
Make ppp WARNS=5 clean
Diffstat (limited to 'usr.sbin/ppp/acf.c')
-rw-r--r--usr.sbin/ppp/acf.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ppp/acf.c b/usr.sbin/ppp/acf.c
index 60e2de4..6c3ec05 100644
--- a/usr.sbin/ppp/acf.c
+++ b/usr.sbin/ppp/acf.c
@@ -56,8 +56,8 @@ acf_WrapperOctets(struct lcp *lcp, u_short proto)
}
static struct mbuf *
-acf_LayerPush(struct bundle *b, struct link *l, struct mbuf *bp,
- int pri, u_short *proto)
+acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp,
+ int pri __unused, u_short *proto)
{
const u_char cp[2] = { HDLC_ADDR, HDLC_UI };
@@ -70,7 +70,8 @@ acf_LayerPush(struct bundle *b, struct link *l, struct mbuf *bp,
}
static struct mbuf *
-acf_LayerPull(struct bundle *b, struct link *l, struct mbuf *bp, u_short *proto)
+acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp,
+ u_short *proto __unused)
{
struct physical *p = link2physical(l);
u_char cp[2];
OpenPOWER on IntegriCloud