From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2598 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: iproute2 and musl (netinet/tcp.h) Date: Tue, 15 Jan 2013 11:48:34 +0100 Message-ID: References: <20130114213402.GY4468@port70.net> <20130114220108.GS20323@brightrain.aerifal.cx> <203334B8-CE89-47AD-B986-4618B099A2C3@palsenberg.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358246952 12504 80.91.229.3 (15 Jan 2013 10:49:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 10:49:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-2599-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jan 15 11:49:30 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Tv455-00014l-1C for gllmg-musl@plane.gmane.org; Tue, 15 Jan 2013 11:49:23 +0100 Original-Received: (qmail 15669 invoked by uid 550); 15 Jan 2013 10:49:06 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15661 invoked from network); 15 Jan 2013 10:49:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=fl7W9879Psdk9Qt3uIRL3rT3LT6GqmMfrGt5ausXcAU=; b=REjNxrzXEMv+YvJ9SQsGLUx7K0shCifCfTvOossbeRpzGaB1aLhsaFTwV8qGHNLv0W QtxFm3wj7TN6l3E5OuOG0C/psH9FM6SUkSt1XHqGxRWcHDiEyuXt9RM/OJesQymIHzhY /mOSQZ/w4pyLQ93tx6sRCrHs8d/OYfbKmZhs48uotOaHNjn+c2AZ6Xi7vyW3V5D7QcmS xEcrfBsuJrC0BHwPYsMcyRUgJLS80xPBPos/KD386qre5WVUrUSSzOw7likfe4qHJqqx oy8T1FCx0+op4XHPRn3JhxT73QLGgZ2eaYFwFrDHt9IpZFT5F+6KEI1FjjttgYg2SDbO kang== In-Reply-To: <203334B8-CE89-47AD-B986-4618B099A2C3@palsenberg.com> Xref: news.gmane.org gmane.linux.lib.musl.general:2598 Archived-At: > See POSIX: There are few problems that can be further improved in iproute2, like bison vs POSIX yacc (tc/emp_ematch.y): %{ #include #include #include #include #include "m_ematch.h" %} %locations %token-table %error-verbose %name-prefix="ematch_" (...) and bash, but it doesn't apply directly to musl. Daniel