diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-11-06 22:50:59 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-11-06 22:50:59 +0000 |
| commit | 87c3786e7fcf8e978e801f03208d8bab4468980f (patch) | |
| tree | 05464cda97fbc141305fb350e1211787d0b945dc /usr.sbin/ppp/exec.h | |
| parent | 86f001b84ca04aafd1d82d406acdf49339380449 (diff) | |
Notes
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 ef6237b612896..d4b338767fb39 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 |
