diff options
| author | Brian Somers <brian@FreeBSD.org> | 2004-09-05 01:46:52 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2004-09-05 01:46:52 +0000 |
| commit | 057f1760a8171825b260dad27502f74ed5f69faf (patch) | |
| tree | fb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/exec.c | |
| parent | 3f61368f03d40932bd1fbe095678fd44de5c8490 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/exec.c')
| -rw-r--r-- | usr.sbin/ppp/exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c index 67d00ac6bf36..7c80034a6acd 100644 --- a/usr.sbin/ppp/exec.c +++ b/usr.sbin/ppp/exec.c @@ -88,7 +88,8 @@ static struct device execdevice = { struct device * exec_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 == EXEC_DEVICE) { free(iov[(*niov)++].iov_base); |
