svn commit: r364606 - stable/12/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon Aug 24 07:53:15 UTC 2020


Author: tuexen
Date: Mon Aug 24 07:53:14 2020
New Revision: 364606
URL: https://svnweb.freebsd.org/changeset/base/364606

Log:
  MFC r362090:
  Small cleanup due to upstream ifdef cleanups.

Modified:
  stable/12/sys/netinet/sctputil.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet/sctputil.h
==============================================================================
--- stable/12/sys/netinet/sctputil.h	Mon Aug 24 07:42:50 2020	(r364605)
+++ stable/12/sys/netinet/sctputil.h	Mon Aug 24 07:53:14 2020	(r364606)
@@ -55,7 +55,7 @@ void sctp_m_freem(struct mbuf *m);
 #define sctp_m_freem m_freem
 #endif
 
-#if defined(SCTP_LOCAL_TRACE_BUF) || defined(__APPLE__)
+#if defined(SCTP_LOCAL_TRACE_BUF)
 void
      sctp_log_trace(uint32_t fr, const char *str SCTP_UNUSED, uint32_t a, uint32_t b, uint32_t c, uint32_t d, uint32_t e, uint32_t f);
 #endif


More information about the svn-src-all mailing list