diff options
Diffstat (limited to 'usr.sbin/ppp/netgraph.h')
-rw-r--r-- | usr.sbin/ppp/netgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/netgraph.h b/usr.sbin/ppp/netgraph.h index ffa012ae9b30..a5b4082ed402 100644 --- a/usr.sbin/ppp/netgraph.h +++ b/usr.sbin/ppp/netgraph.h @@ -34,4 +34,4 @@ struct device; extern struct device *ng_Create(struct physical *); extern struct device *ng_iov2device(int, struct physical *, struct iovec *, int *, int, int *, int *); -extern int ng_DeviceSize(void); +extern unsigned ng_DeviceSize(void); |