Received: by mail.netbsd.org (Postfix, from userid 605) id DC9E584DAE; Tue, 17 Oct 2017 19:23:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61B3484DAC for ; Tue, 17 Oct 2017 19:23:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j9nwCst7qwG1 for ; Tue, 17 Oct 2017 19:23:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0889C84DA4 for ; Tue, 17 Oct 2017 19:23:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2AC6FBC7; Tue, 17 Oct 2017 19:23:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 17 Oct 2017 19:23:42 +0000 From: "Robert Swindells" Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20171017192342.F2AC6FBC7@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Robert Swindells" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rjs Date: Tue Oct 17 19:23:42 UTC 2017 Modified Files: src/sys/netinet: sctp_pcb.c sctp_usrreq.c src/sys/netinet6: sctp6_usrreq.c Log Message: Make SCTP work when IPSEC is also defined. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/netinet/sctp_pcb.c cvs rdiff -u -r1.7 -r1.8 src/sys/netinet/sctp_usrreq.c cvs rdiff -u -r1.13 -r1.14 src/sys/netinet6/sctp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.