svn commit: r235436 - stable/8/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Mon May 14 10:12:04 UTC 2012


Author: tuexen
Date: Mon May 14 10:12:03 2012
New Revision: 235436
URL: http://svn.freebsd.org/changeset/base/235436

Log:
  MFC r235280:
  Remove a constant which is only used on non-FreeBSD platform.
  (The actual code for the socket option handling has been #ifdefed
  out forever...)

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

Modified: stable/8/sys/netinet/sctp.h
==============================================================================
--- stable/8/sys/netinet/sctp.h	Mon May 14 10:06:49 2012	(r235435)
+++ stable/8/sys/netinet/sctp.h	Mon May 14 10:12:03 2012	(r235436)
@@ -265,8 +265,6 @@ struct sctp_paramhdr {
 #define SCTP_PEELOFF                    0x0000800a
 /* the real worker for sctp_getaddrlen() */
 #define SCTP_GET_ADDR_LEN               0x0000800b
-/* temporary workaround for Apple listen() issue, no args used */
-#define SCTP_LISTEN_FIX			0x0000800c
 /* Debug things that need to be purged */
 #define SCTP_SET_INITIAL_DBG_SEQ	0x00009f00
 


More information about the svn-src-stable-8 mailing list