aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-01-10 04:28:26 +0000
committerSam Leffler <sam@FreeBSD.org>2008-01-10 04:28:26 +0000
commit7627e0043135a45f635ce37cfeb0fa9a234ac417 (patch)
tree1f451cb649b080179104575be1b6bc7af234304c /usr.bin/netstat
parent0c80179c5525a6de7862180f903480bda49e8b14 (diff)
downloadsrc-7627e0043135a45f635ce37cfeb0fa9a234ac417.tar.gz
src-7627e0043135a45f635ce37cfeb0fa9a234ac417.zip
quiet compiler complaint about unused parameters
Notes
Notes: svn path=/head/; revision=175207
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index adab8e6b2f7d..82202bb0799b 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -250,7 +250,7 @@ static int wid_if;
static int wid_expire;
static void
-size_cols(int ef, struct radix_node *rn)
+size_cols(int ef __unused, struct radix_node *rn)
{
wid_dst = WID_DST_DEFAULT(ef);
wid_gw = WID_GW_DEFAULT(ef);
@@ -808,7 +808,7 @@ routename(u_long in)
0)
static void
-domask(char *dst, u_long addr, u_long mask)
+domask(char *dst, u_long addr __unused, u_long mask)
{
int b, i;