svn commit: r215821 - head/sys/sys

Attilio Rao attilio at FreeBSD.org
Thu Nov 25 15:56:05 UTC 2010


Author: attilio
Date: Thu Nov 25 15:56:05 2010
New Revision: 215821
URL: http://svn.freebsd.org/changeset/base/215821

Log:
  Add a missing CTL description from CVS revision 1.147.
  
  Sponsored by:	Sandvine Incorporated
  Discussed with:	Jeremie Le Hen <jeremie at le-hen dot org>
  MFC after:	3 days

Modified:
  head/sys/sys/sysctl.h

Modified: head/sys/sys/sysctl.h
==============================================================================
--- head/sys/sys/sysctl.h	Thu Nov 25 15:42:33 2010	(r215820)
+++ head/sys/sys/sysctl.h	Thu Nov 25 15:56:05 2010	(r215821)
@@ -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-all mailing list