svn commit: r353466 - head/sys/netinet6

Michael Tuexen tuexen at FreeBSD.org
Sun Oct 13 09:35:04 UTC 2019


Author: tuexen
Date: Sun Oct 13 09:35:03 2019
New Revision: 353466
URL: https://svnweb.freebsd.org/changeset/base/353466

Log:
  Remove line not needed.
  
  Submitted by:		markj@
  MFC after:		3 days

Modified:
  head/sys/netinet6/sctp6_usrreq.c

Modified: head/sys/netinet6/sctp6_usrreq.c
==============================================================================
--- head/sys/netinet6/sctp6_usrreq.c	Sun Oct 13 06:59:37 2019	(r353465)
+++ head/sys/netinet6/sctp6_usrreq.c	Sun Oct 13 09:35:03 2019	(r353466)
@@ -57,8 +57,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/icmp6.h>
 #include <netinet/udp.h>
 
-extern struct protosw inetsw[];
-
 int
 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port)
 {


More information about the svn-src-head mailing list