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:
parent
a74d2fb50e
commit
aa388b9d49
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166804
@ -124,7 +124,7 @@ getifgroups(int s)
|
||||
}
|
||||
|
||||
static void
|
||||
printgroup(char *groupname)
|
||||
printgroup(const char *groupname)
|
||||
{
|
||||
struct ifgroupreq ifgr;
|
||||
struct ifg_req *ifg;
|
||||
|
Loading…
Reference in New Issue
Block a user