svn commit: r234448 - stable/7/sys/sys

David E. O'Brien obrien at FreeBSD.org
Thu Apr 19 02:55:14 UTC 2012


Author: obrien
Date: Thu Apr 19 02:55:13 2012
New Revision: 234448
URL: http://svn.freebsd.org/changeset/base/234448

Log:
  MFC r215821:
    Add a missing CTL description from CVS revision 1.147.

Modified:
  stable/7/sys/sys/sysctl.h
Directory Properties:
  stable/7/   (props changed)
  stable/7/sys/   (props changed)

Modified: stable/7/sys/sys/sysctl.h
==============================================================================
--- stable/7/sys/sys/sysctl.h	Thu Apr 19 02:30:04 2012	(r234447)
+++ stable/7/sys/sys/sysctl.h	Thu Apr 19 02:55:13 2012	(r234448)
@@ -452,6 +452,7 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_e
 	{ "logsigexit", CTLTYPE_INT }, \
 	{ "iov_max", CTLTYPE_INT }, \
 	{ "hostuuid", CTLTYPE_STRING }, \
+	{ "arc4rand", CTLTYPE_OPAQUE }, \
 }
 
 /*


More information about the svn-src-stable-7 mailing list