aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/iface.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/iface.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/iface.h')
-rw-r--r--usr.sbin/ppp/iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/iface.h b/usr.sbin/ppp/iface.h
index 28c3761e5922..1fd0a70b17b4 100644
--- a/usr.sbin/ppp/iface.h
+++ b/usr.sbin/ppp/iface.h
@@ -38,9 +38,9 @@ struct iface {
char *name; /* Interface name (malloc'd) */
int index; /* Interface index */
int flags; /* Interface flags (IFF_*) */
- int mtu; /* struct tuninfo MTU */
+ unsigned long mtu; /* struct tuninfo MTU */
- int addrs; /* How many in_addr's */
+ unsigned addrs; /* How many in_addr's */
struct iface_addr *addr; /* Array of addresses (malloc'd) */
};