svn commit: r353728 - stable/12/sys/dev/xen/netback
Mark Johnston
markj at FreeBSD.org
Fri Oct 18 13:41:09 UTC 2019
Author: markj
Date: Fri Oct 18 13:41:08 2019
New Revision: 353728
URL: https://svnweb.freebsd.org/changeset/base/353728
Log:
MFC r353444:
Remove an unneeded include of opt_sctp.h.
Modified:
stable/12/sys/dev/xen/netback/netback.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/xen/netback/netback.c
==============================================================================
--- stable/12/sys/dev/xen/netback/netback.c Fri Oct 18 12:34:30 2019 (r353727)
+++ stable/12/sys/dev/xen/netback/netback.c Fri Oct 18 13:41:08 2019 (r353728)
@@ -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-all
mailing list