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