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/ether.h | |
| parent | 3f61368f03d40932bd1fbe095678fd44de5c8490 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ether.h')
| -rw-r--r-- | usr.sbin/ppp/ether.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ether.h b/usr.sbin/ppp/ether.h index 16c9a9e05b9e..94511bdab104 100644 --- a/usr.sbin/ppp/ether.h +++ b/usr.sbin/ppp/ether.h @@ -34,4 +34,4 @@ struct device; extern struct device *ether_Create(struct physical *); extern struct device *ether_iov2device(int, struct physical *, struct iovec *, int *, int, int *, int *); -extern int ether_DeviceSize(void); +extern unsigned ether_DeviceSize(void); |
