diff options
Diffstat (limited to 'lib/libstand/globals.c')
-rw-r--r-- | lib/libstand/globals.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/globals.c b/lib/libstand/globals.c index 0310823..8284fae 100644 --- a/lib/libstand/globals.c +++ b/lib/libstand/globals.c @@ -32,5 +32,6 @@ struct in_addr rootip; /* root ip address */ struct in_addr swapip; /* swap ip address */ struct in_addr gateip; /* swap ip address */ n_long netmask = 0xffffff00; /* subnet or net mask */ +u_int intf_mtu; /* interface mtu from bootp/dhcp */ int errno; /* our old friend */ |