Author: bz
Date: Sat Feb 11 13:41:38 2012
New Revision: 231520
URL: http://svn.freebsd.org/changeset/base/231520

Log:
  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

Modified:
  head/sys/sys/socket.h

Modified: head/sys/sys/socket.h
==============================================================================
--- head/sys/sys/socket.h       Sat Feb 11 13:12:53 2012        (r231519)
+++ head/sys/sys/socket.h       Sat Feb 11 13:41:38 2012        (r231520)
@@ -406,7 +406,7 @@ struct sockproto {
        { "flags", CTLTYPE_STRUCT }, \
        { "iflist", CTLTYPE_STRUCT }, \
        { "ifmalist", CTLTYPE_STRUCT }, \
-       { "iflist2", CTLTYPE_STRUCT }, \
+       { "iflistl", CTLTYPE_STRUCT }, \
 }
 #endif /* __BSD_VISIBLE */
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to