diff options
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 16c9a9e..94511bd 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); |