1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

correct type definition of option routine callback

This commit is contained in:
Sam Leffler 2007-02-17 18:22:20 +00:00
parent a74d2fb50e
commit aa388b9d49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166804

View File

@ -124,7 +124,7 @@ getifgroups(int s)
}
static void
printgroup(char *groupname)
printgroup(const char *groupname)
{
struct ifgroupreq ifgr;
struct ifg_req *ifg;