From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9144 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] netinet/tcp: Add TCPOPT, TCPOLEN constants Date: Sun, 17 Jan 2016 17:37:56 -0500 Message-ID: <20160117223756.GM238@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1453070293 21281 80.91.229.3 (17 Jan 2016 22:38:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2016 22:38:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9157-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jan 17 23:38:12 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aKvxc-0005fg-2y for gllmg-musl@m.gmane.org; Sun, 17 Jan 2016 23:38:12 +0100 Original-Received: (qmail 27913 invoked by uid 550); 17 Jan 2016 22:38:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 27889 invoked from network); 17 Jan 2016 22:38:09 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9144 Archived-At: On Sun, Jan 03, 2016 at 09:48:54PM -0500, Kylie McClain wrote: > On Sun, Jan 3, 2016 at 1:18 AM, Kylie McClain wrote: > > On Jan 2, 2016 11:25 PM, "Rich Felker" wrote: > >> Also, it seems there's already a section later in the file that's > >> conditional on BSD||GNU, so unless there's a good conceptual reason > >> not to I'd probably rather add the new constants there. Does this > >> sound okay? > >> > >> Rich > > > > Sounds just fine to me. > > Oh, and here's the updated patch by the way :) Thanks! Committed. Rich