summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-09-22 22:25:35 +0000
committermurray <murray@FreeBSD.org>2001-09-22 22:25:35 +0000
commit25145b8fcd5fdd66168789afd55e4c800f8362bc (patch)
tree85f5310db5aa6603d50306051a78bfc50bc1aca1 /usr.sbin/sysinstall/tcpip.c
parent93c176a9ba87c7b1d3320c1ff435b492a61e6c28 (diff)
downloadFreeBSD-src-25145b8fcd5fdd66168789afd55e4c800f8362bc.zip
FreeBSD-src-25145b8fcd5fdd66168789afd55e4c800f8362bc.tar.gz
Silence warnings.
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index ca219f6..0ca7e79 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -359,7 +359,7 @@ tcpOpenDialog(Device *devp)
if (!variable_cmp(VAR_TRY_RTSOL, "YES") ||
(variable_get(VAR_TRY_RTSOL)==0 && !msgNoYes("Do you want to try IPv6 configuration of the interface?"))) {
int i;
- int len;
+ size_t len;
i = 0;
sysctlbyname("net.inet6.ip6.forwarding", NULL, 0, &i, sizeof(i));
OpenPOWER on IntegriCloud