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

Michael Tuexen tuexen at FreeBSD.org
Sun Jul 1 08:04:11 UTC 2012


Author: tuexen
Date: Sun Jul  1 08:04:10 2012
New Revision: 237898
URL: http://svn.freebsd.org/changeset/base/237898

Log:
  MFC r235990:
  Undefine SCTP_PACKED before including sctp_uio.h, which doesn't
  use it. Spotted by Irene Ruengeler.

Modified:
  stable/9/sys/netinet/sctp.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet/sctp.h
==============================================================================
--- stable/9/sys/netinet/sctp.h	Sun Jul  1 08:01:42 2012	(r237897)
+++ stable/9/sys/netinet/sctp.h	Sun Jul  1 08:04:10 2012	(r237898)
@@ -556,6 +556,8 @@ struct sctp_error_unrecognized_chunk {
 #define SCTP_SMALLEST_PMTU 512	/* smallest pmtu allowed when disabling PMTU
 				 * discovery */
 
+#undef SCTP_PACKED
+
 #include <netinet/sctp_uio.h>
 
 /* This dictates the size of the packet
@@ -607,7 +609,4 @@ struct sctp_error_unrecognized_chunk {
 #define SCTP_LOG_AT_SEND_2_OUTQ				0x08000000
 #define SCTP_LOG_TRY_ADVANCE				0x10000000
 
-
-#undef SCTP_PACKED
-
 #endif				/* !_NETINET_SCTP_H_ */


More information about the svn-src-all mailing list