Date: Tue, 26 Aug 2014 21:15:34 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r270673 - head/sys/netinet Message-ID: <201408262115.s7QLFYSR020447@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Tue Aug 26 21:15:34 2014 New Revision: 270673 URL: http://svnweb.freebsd.org/changeset/base/270673 Log: Announce SCTP support in the kern.features sysctl variables. MFC after: 3 days Modified: head/sys/netinet/sctp_sysctl.c Modified: head/sys/netinet/sctp_sysctl.c ============================================================================== --- head/sys/netinet/sctp_sysctl.c Tue Aug 26 20:40:12 2014 (r270672) +++ head/sys/netinet/sctp_sysctl.c Tue Aug 26 21:15:34 2014 (r270673) @@ -41,6 +41,9 @@ __FBSDID("$FreeBSD$"); #include <netinet/sctputil.h> #include <netinet/sctp_output.h> #include <sys/smp.h> +#include <sys/sysctl.h> + +FEATURE(sctp, "Stream Control Transmission Protocol"); /* * sysctl tunable variables
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408262115.s7QLFYSR020447>