diff options
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 | 
