svn commit: r362498 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Jun 22 14:36:14 UTC 2020


Author: tuexen
Date: Mon Jun 22 14:36:14 2020
New Revision: 362498
URL: https://svnweb.freebsd.org/changeset/base/362498

Log:
  No need to include netinet/sctp_crc32.h twice.

Modified:
  head/sys/netinet/sctp_crc32.c

Modified: head/sys/netinet/sctp_crc32.c
==============================================================================
--- head/sys/netinet/sctp_crc32.c	Mon Jun 22 14:01:31 2020	(r362497)
+++ head/sys/netinet/sctp_crc32.c	Mon Jun 22 14:36:14 2020	(r362498)
@@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/sctp_crc32.h>
 #if defined(SCTP) || defined(SCTP_SUPPORT)
 #include <netinet/sctp_os.h>
-#include <netinet/sctp_crc32.h>
 #include <netinet/sctp_pcb.h>
 #endif
 


More information about the svn-src-all mailing list