svn commit: r235430 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Mon May 14 09:48:39 UTC 2012
Author: tuexen
Date: Mon May 14 09:48:39 2012
New Revision: 235430
URL: http://svn.freebsd.org/changeset/base/235430
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/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 Mon May 14 09:32:10 2012 (r235429)
+++ stable/9/sys/netinet/sctp.h Mon May 14 09:48:39 2012 (r235430)
@@ -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-9
mailing list