1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Purge out a Windows def that somehow slipped

past the scrubber.

MFC after:	1 Week
This commit is contained in:
Randall Stewart 2010-06-05 21:39:52 +00:00
parent 1909799a4c
commit 8e57327bbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208857

View File

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