aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/netgraph.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
committerBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
commit057f1760a8171825b260dad27502f74ed5f69faf (patch)
treefb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/netgraph.h
parent3f61368f03d40932bd1fbe095678fd44de5c8490 (diff)
downloadsrc-057f1760a8171825b260dad27502f74ed5f69faf.tar.gz
src-057f1760a8171825b260dad27502f74ed5f69faf.zip
Make ppp WARNS=5 clean
Notes
Notes: svn path=/head/; revision=134789
Diffstat (limited to 'usr.sbin/ppp/netgraph.h')
-rw-r--r--usr.sbin/ppp/netgraph.h2
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);