svn commit: r353444 - head/sys/dev/xen/netback

Mark Johnston markj at FreeBSD.org
Fri Oct 11 17:23:24 UTC 2019


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>
 


More information about the svn-src-head mailing list