Small cleanup due to upstream ifdef cleanups.

MFC after:		1 week
This commit is contained in:
Michael Tuexen 2020-06-12 10:13:23 +00:00
parent 7974b0046d
commit 306c2ba375

View File

@ -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