svn commit: r265955 - stable/9/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Tue May 13 17:01:23 UTC 2014


Author: tuexen
Date: Tue May 13 17:01:22 2014
New Revision: 265955
URL: http://svnweb.freebsd.org/changeset/base/265955

Log:
  MFC r253472:
  
  Get the code compiling without INET and INET6 being defined.
  This is not possible in FreeBSD, but in the upstream code.

Modified:
  stable/9/sys/netinet/sctp_output.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet/sctp_output.c
==============================================================================
--- stable/9/sys/netinet/sctp_output.c	Tue May 13 16:59:50 2014	(r265954)
+++ stable/9/sys/netinet/sctp_output.c	Tue May 13 17:01:22 2014	(r265955)
@@ -4543,11 +4543,7 @@ sctp_send_initiate(struct sctp_inpcb *in
 	struct mbuf *m;
 	struct sctp_nets *net;
 	struct sctp_init_chunk *init;
-
-#if defined(INET) || defined(INET6)
 	struct sctp_supported_addr_param *sup_addr;
-
-#endif
 	struct sctp_adaptation_layer_indication *ali;
 	struct sctp_supported_chunk_types_param *pr_supported;
 	struct sctp_paramhdr *ph;


More information about the svn-src-stable mailing list