Date: Thu, 25 Nov 2010 15:56:05 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215821 - head/sys/sys Message-ID: <201011251556.oAPFu5Lg009989@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 }, \ } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011251556.oAPFu5Lg009989>