Properly name the sysctl to "iflistl" rather than "iflist2", which had been

the prototype name and slipped in in r231505.

Spotted in a reply from:	bde
MFC after:	3 days
This commit is contained in:
bz 2012-02-11 13:41:38 +00:00
parent a986d587bd
commit 38bf0509a4

View File

@ -406,7 +406,7 @@ struct sockproto {
{ "flags", CTLTYPE_STRUCT }, \
{ "iflist", CTLTYPE_STRUCT }, \
{ "ifmalist", CTLTYPE_STRUCT }, \
{ "iflist2", CTLTYPE_STRUCT }, \
{ "iflistl", CTLTYPE_STRUCT }, \
}
#endif /* __BSD_VISIBLE */