Blame SOURCES/lksctp-tools-1.0.18-build-0b0dce7a36fb-actually-belongs-to-v4.19.patch

74a398
From e5952a0cdfa8b1b56a5823574835f1f771f14ae0 Mon Sep 17 00:00:00 2001
74a398
From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
74a398
Date: Fri, 24 Aug 2018 09:53:00 -0300
74a398
Subject: [PATCH 3/3] build: 0b0dce7a36fb actually belongs to v4.19
74a398
74a398
Typo or not, this commit actually belongs to v4.19 and made me wonder why
74a398
on v4.18 it didn't find this feature.
74a398
74a398
Fixes: 817f0bfa248f ("build: add two defines for Peer Address Parameters extensions on sctp_paddrparams")
74a398
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
74a398
Reviewed-by: Xin Long <lucien.xin@gmail.com>
74a398
---
74a398
 configure.ac | 2 +-
74a398
 1 file changed, 1 insertion(+), 1 deletion(-)
74a398
74a398
diff --git a/configure.ac b/configure.ac
74a398
index f55775a..5de5c76 100644
74a398
--- a/configure.ac
74a398
+++ b/configure.ac
74a398
@@ -101,7 +101,7 @@ LKSCTP_CHECK_TYPE([struct sctp_prinfo], [HAVE_SCTP_SENDV])
74a398
 # added on v4.16, 30f6ebf65bc4
74a398
 LKSCTP_CHECK_DECL([SCTP_AUTH_NO_AUTH], [HAVE_SCTP_AUTH_NO_AUTH])
74a398
 
74a398
-# New members to sctp_paddrparams, added on v4.18, 0b0dce7a36fb
74a398
+# New members to sctp_paddrparams, added on v4.19, 0b0dce7a36fb
74a398
 LKSCTP_CHECK_MEMBER([struct sctp_paddrparams.spp_ipv6_flowlabel],
74a398
 		    [HAVE_SCTP_SPP_IPV6_FLOWLABEL])
74a398
 LKSCTP_CHECK_MEMBER([struct sctp_paddrparams.spp_dscp],
74a398
-- 
74a398
1.8.3.1
74a398