summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifgroup.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-02-17 18:22:20 +0000
committersam <sam@FreeBSD.org>2007-02-17 18:22:20 +0000
commitc9bfc7ebc14731aeb51f5f95692637cc19f91e55 (patch)
tree2889ab99c09a81d81f1771e6f7f2ec5fcbbf3db1 /sbin/ifconfig/ifgroup.c
parentb8c362448336756fee3a68ee8d6339dfdd5d1761 (diff)
downloadFreeBSD-src-c9bfc7ebc14731aeb51f5f95692637cc19f91e55.zip
FreeBSD-src-c9bfc7ebc14731aeb51f5f95692637cc19f91e55.tar.gz
correct type definition of option routine callback
Diffstat (limited to 'sbin/ifconfig/ifgroup.c')
-rw-r--r--sbin/ifconfig/ifgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifgroup.c b/sbin/ifconfig/ifgroup.c
index a5ecd8b..88774a6 100644
--- a/sbin/ifconfig/ifgroup.c
+++ b/sbin/ifconfig/ifgroup.c
@@ -124,7 +124,7 @@ getifgroups(int s)
}
static void
-printgroup(char *groupname)
+printgroup(const char *groupname)
{
struct ifgroupreq ifgr;
struct ifg_req *ifg;
OpenPOWER on IntegriCloud