diff options
Diffstat (limited to 'usr.sbin/ppp/exec.h')
-rw-r--r-- | usr.sbin/ppp/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.h b/usr.sbin/ppp/exec.h index ef6237b61289..d4b338767fb3 100644 --- a/usr.sbin/ppp/exec.h +++ b/usr.sbin/ppp/exec.h @@ -31,5 +31,5 @@ struct device; extern struct device *exec_Create(struct physical *); extern struct device *exec_iov2device(int, struct physical *, - struct iovec *, int *, int); + struct iovec *, int *, int, int *, int *); #define exec_DeviceSize physical_DeviceSize |