Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2019 17:23:23 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353444 - head/sys/dev/xen/netback
Message-ID:  <201910111723.x9BHNNCZ009973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Fri Oct 11 17:23:23 2019
New Revision: 353444
URL: https://svnweb.freebsd.org/changeset/base/353444

Log:
  Remove an unneeded include of opt_sctp.h.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/dev/xen/netback/netback.c

Modified: head/sys/dev/xen/netback/netback.c
==============================================================================
--- head/sys/dev/xen/netback/netback.c	Fri Oct 11 17:04:38 2019	(r353443)
+++ head/sys/dev/xen/netback/netback.c	Fri Oct 11 17:23:23 2019	(r353444)
@@ -46,8 +46,6 @@ __FBSDID("$FreeBSD$");
 #include "opt_inet.h"
 #include "opt_inet6.h"
 
-#include "opt_sctp.h"
-
 #include <sys/param.h>
 #include <sys/kernel.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910111723.x9BHNNCZ009973>