svn commit: r364622 - stable/12/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Mon Aug 24 08:27:36 UTC 2020
Author: tuexen
Date: Mon Aug 24 08:27:35 2020
New Revision: 364622
URL: https://svnweb.freebsd.org/changeset/base/364622
Log:
MFC r362498:
No need to include netinet/sctp_crc32.h twice.
Modified:
stable/12/sys/netinet/sctp_crc32.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/netinet/sctp_crc32.c
==============================================================================
--- stable/12/sys/netinet/sctp_crc32.c Mon Aug 24 08:26:07 2020 (r364621)
+++ stable/12/sys/netinet/sctp_crc32.c Mon Aug 24 08:27:35 2020 (r364622)
@@ -45,7 +45,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-stable-12
mailing list