mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Pulls out another leaked windows ifdef that somehow
made its way through the scrubber.
This commit is contained in:
parent
a10c3242c7
commit
0812a4d5e6
1 changed files with 0 additions and 6 deletions
|
|
@ -52,15 +52,9 @@ __FBSDID("$FreeBSD$");
|
|||
#define NUMBER_OF_MTU_SIZES 18
|
||||
|
||||
|
||||
#if defined(__Windows__) && !defined(SCTP_LOCAL_TRACE_BUF)
|
||||
#include "eventrace_netinet.h"
|
||||
#include "sctputil.tmh" /* this is the file that will be auto
|
||||
* generated */
|
||||
#else
|
||||
#ifndef KTR_SCTP
|
||||
#define KTR_SCTP KTR_SUBSYS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void
|
||||
sctp_sblog(struct sockbuf *sb,
|
||||
|
|
|
|||
Loading…
Reference in a new issue