summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-02-11 13:41:38 +0000
committerbz <bz@FreeBSD.org>2012-02-11 13:41:38 +0000
commit38bf0509a452ec918d5b5c9c887b4f3a213ecc19 (patch)
tree8f51c8e5b915de69da9a4d8a10c6f5b3bdd29a0b
parenta986d587bd4ceace64bd00b8ad1e19474ad02cec (diff)
downloadFreeBSD-src-38bf0509a452ec918d5b5c9c887b4f3a213ecc19.zip
FreeBSD-src-38bf0509a452ec918d5b5c9c887b4f3a213ecc19.tar.gz
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
-rw-r--r--sys/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 6b84667..0d51a5b 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -406,7 +406,7 @@ struct sockproto {
{ "flags", CTLTYPE_STRUCT }, \
{ "iflist", CTLTYPE_STRUCT }, \
{ "ifmalist", CTLTYPE_STRUCT }, \
- { "iflist2", CTLTYPE_STRUCT }, \
+ { "iflistl", CTLTYPE_STRUCT }, \
}
#endif /* __BSD_VISIBLE */
OpenPOWER on IntegriCloud