summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-06-05 21:39:52 +0000
committerrrs <rrs@FreeBSD.org>2010-06-05 21:39:52 +0000
commit28122090a3c8d73d47366b9bce6059f02763a23b (patch)
treea8d2b2b9b1d387e617104bdd7c09f4be3dc9fcdd
parent246b12c9364adebca5f1f1c03b8d267042a01fb8 (diff)
downloadFreeBSD-src-28122090a3c8d73d47366b9bce6059f02763a23b.zip
FreeBSD-src-28122090a3c8d73d47366b9bce6059f02763a23b.tar.gz
Purge out a Windows def that somehow slipped
past the scrubber. MFC after: 1 Week
-rw-r--r--sys/netinet/sctputil.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index 7a30a19..ede80a6 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -53,15 +53,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,
@@ -4207,7 +4201,7 @@ void
sctp_print_address_pkt(struct ip *iph, struct sctphdr *sh)
{
switch (iph->ip_v) {
- case IPVERSION:
+ case IPVERSION:
{
struct sockaddr_in lsa, fsa;
OpenPOWER on IntegriCloud