svn commit: r202521 - head/sys/netinet

Randall Stewart rrs at FreeBSD.org
Sun Jan 17 19:40:21 UTC 2010


Author: rrs
Date: Sun Jan 17 19:40:21 2010
New Revision: 202521
URL: http://svn.freebsd.org/changeset/base/202521

Log:
  Pulls out another leaked windows ifdef that somehow
  made its way through the scrubber.

Modified:
  head/sys/netinet/sctputil.c

Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c	Sun Jan 17 19:35:38 2010	(r202520)
+++ head/sys/netinet/sctputil.c	Sun Jan 17 19:40:21 2010	(r202521)
@@ -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,


More information about the svn-src-head mailing list