From c9eca01b298b83a849a608477f5f5b978a58167e Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 11 Oct 2004 11:28:44 +0000 Subject: 2004-10-11 Paul Jakma * if.h: mtu's should be unsigned. * routemap.{c,h}: const char updates * smux.{c,h}: ditto --- lib/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index 0f088a97..218f1026 100644 --- a/lib/if.h +++ b/lib/if.h @@ -94,8 +94,8 @@ struct interface int metric; /* Interface MTU. */ - int mtu; /* IPv4 MTU */ - int mtu6; /* IPv6 MTU - probably, but not neccessarily same as mtu */ + unsigned int mtu; /* IPv4 MTU */ + unsigned int mtu6; /* IPv6 MTU - probably, but not neccessarily same as mtu */ /* Hardware address. */ #ifdef HAVE_SOCKADDR_DL -- cgit v1.2.1