Blame SOURCES/lksctp-tools-1.0.18-build-remove-v4.12-secondary-defines-in-favor-of-HAV.patch

76c5b6
From db6d15bf12a0123e4320e5fd7cb688331dea1bdc Mon Sep 17 00:00:00 2001
76c5b6
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
76c5b6
Date: Fri, 24 Aug 2018 09:52:58 -0300
76c5b6
Subject: [PATCH 1/3] build: remove v4.12 secondary defines in favor of
76c5b6
 HAVE_SCTP_STREAM_RECONFIG
76c5b6
76c5b6
These were backups, commented out since beginning.
76c5b6
HAVE_SCTP_STREAM_RECONFIG is enough to identify that these are there, so
76c5b6
lets use only one.
76c5b6
76c5b6
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
76c5b6
Reviewed-by: Xin Long <lucien.xin@gmail.com>
76c5b6
---
76c5b6
 configure.ac                  | 8 --------
76c5b6
 src/include/netinet/sctp.h.in | 2 --
76c5b6
 2 files changed, 10 deletions(-)
76c5b6
76c5b6
diff --git a/configure.ac b/configure.ac
76c5b6
index 2ae36ec..dad658c 100644
76c5b6
--- a/configure.ac
76c5b6
+++ b/configure.ac
76c5b6
@@ -82,14 +82,6 @@ AC_CHECK_FUNCS([bzero gethostbyname gettimeofday memmove memset select socket \
76c5b6
 LKSCTP_CHECK_MEMBER([struct sctp_event_subscribe.sctp_stream_reset_event],
76c5b6
 		    [HAVE_SCTP_STREAM_RESET_EVENT])
76c5b6
 
76c5b6
-# Support for assoc reset event, added on v4.12, c95129d127c6
76c5b6
-#LKSCTP_CHECK_MEMBER([struct sctp_event_subscribe.sctp_assoc_reset_event], \
76c5b6
-#		    [HAVE_SCTP_ASSOC_RESET_EVENT])
76c5b6
-
76c5b6
-# Support for stream change event, added on v4.12, b444153fb5a6
76c5b6
-#LKSCTP_CHECK_MEMBER([struct sctp_event_subscribe.sctp_stream_change_event], \
76c5b6
-#		    [HAVE_SCTP_STREAM_CHANGE_EVENT])
76c5b6
-
76c5b6
 # RFC 6525 (Stream Reconf), finished on v4.12, c0d8bab6ae51
76c5b6
 LKSCTP_CHECK_DECL([SCTP_RECONFIG_SUPPORTED], [HAVE_SCTP_STREAM_RECONFIG])
76c5b6
 
76c5b6
diff --git a/src/include/netinet/sctp.h.in b/src/include/netinet/sctp.h.in
76c5b6
index c049077..2009f1c 100644
76c5b6
--- a/src/include/netinet/sctp.h.in
76c5b6
+++ b/src/include/netinet/sctp.h.in
76c5b6
@@ -61,8 +61,6 @@ extern "C" {
76c5b6
 #define HAVE_SCTP_CANSET_PRIMARY
76c5b6
 
76c5b6
 #undef HAVE_SCTP_STREAM_RESET_EVENT
76c5b6
-#undef HAVE_SCTP_ASSOC_RESET_EVENT
76c5b6
-#undef HAVE_SCTP_STREAM_CHANGE_EVENT
76c5b6
 #undef HAVE_SCTP_STREAM_RECONFIG
76c5b6
 #undef HAVE_SCTP_PEELOFF_FLAGS
76c5b6
 #undef HAVE_SCTP_PDAPI_EVENT_PDAPI_STREAM
76c5b6
-- 
76c5b6
1.8.3.1
76c5b6