svn commit: r231520 - head/sys/sys

Bjoern A. Zeeb bz at FreeBSD.org
Sat Feb 11 13:41:38 UTC 2012


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


More information about the svn-src-all mailing list