aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tcp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
committerBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
commit057f1760a8171825b260dad27502f74ed5f69faf (patch)
treefb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/tcp.c
parent3f61368f03d40932bd1fbe095678fd44de5c8490 (diff)
downloadsrc-057f1760a8171825b260dad27502f74ed5f69faf.tar.gz
src-057f1760a8171825b260dad27502f74ed5f69faf.zip
Make ppp WARNS=5 clean
Notes
Notes: svn path=/head/; revision=134789
Diffstat (limited to 'usr.sbin/ppp/tcp.c')
-rw-r--r--usr.sbin/ppp/tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tcp.c b/usr.sbin/ppp/tcp.c
index 65679f0be554..4ace8821e88c 100644
--- a/usr.sbin/ppp/tcp.c
+++ b/usr.sbin/ppp/tcp.c
@@ -119,7 +119,8 @@ static struct device tcpdevice = {
struct device *
tcp_iov2device(int type, struct physical *p, struct iovec *iov,
- int *niov, int maxiov, int *auxfd, int *nauxfd)
+ int *niov, int maxiov __unused, int *auxfd __unused,
+ int *nauxfd __unused)
{
if (type == TCP_DEVICE) {
free(iov[(*niov)++].iov_base);