summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-11 17:50:51 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-11 17:50:51 +0000
commit2342ad7e9eb2d6a46b83914324bbd660ae04dcfb (patch)
treeba883951811d7de13763ddc1b79403a59c0f94f0 /sys/netinet/sctp.h
parentb6f8124cdebf558c13bcb78b4eaf1c1cd6efeff6 (diff)
downloadFreeBSD-src-2342ad7e9eb2d6a46b83914324bbd660ae04dcfb.zip
FreeBSD-src-2342ad7e9eb2d6a46b83914324bbd660ae04dcfb.tar.gz
Remove a constant which is only used on non-FreeBSD platform.
(The actual code for the socket option handling has been #ifdefed out forever...) MFC after: 3 days.
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index a8dea9c..e36192a 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -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
OpenPOWER on IntegriCloud