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:
Bjoern A. Zeeb 2012-02-11 13:41:38 +00:00
parent 04016bcf93
commit bfe09c5580

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 */