From fd282d19128678ee35fbd2a0b3193bad25debeb2 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 25 Feb 2009 15:21:25 +0100 Subject: [PATCH] sockstat(1): Fix amd64 warnings. --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 4c4b531ab0..5d3546161c 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -90,7 +90,7 @@ struct sock { static struct sock *sockhash[HASHSIZE]; static struct kinfo_file *xfiles; -static int nxfiles; +static size_t nxfiles; static int xprintf(const char *fmt, ...) -- 2.41.0