From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1603 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: xattr missing remove functions Date: Wed, 15 Aug 2012 23:37:04 +0100 Message-ID: References: <20120814230856.GI27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1345070239 4271 80.91.229.3 (15 Aug 2012 22:37:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Aug 2012 22:37:19 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1604-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 16 00:37:19 2012 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 1T1mDG-0005Tx-A0 for gllmg-musl@plane.gmane.org; Thu, 16 Aug 2012 00:37:18 +0200 Original-Received: (qmail 9306 invoked by uid 550); 15 Aug 2012 22:37:17 -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 9297 invoked from network); 15 Aug 2012 22:37:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=g059tJE143QRMiD8W08E7ExnT+EkyE9a+zdfNbJmuxQ=; b=cLAie8cs1ofr0BBYbpLmApbtp+xMRND/zHj8yrARxYbKIgwq5qZP8/zziIYNm8llDO NVKg5YlyHUl18nWQyHbisCNvsz48ocGQVDhhBfEmzzINe5zbCJ9SYEH4VJXXM7eF5gBR QWNzpfO7grvVbROoHRf5IOt6pcjuGj+kCEDoQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=g059tJE143QRMiD8W08E7ExnT+EkyE9a+zdfNbJmuxQ=; b=b28caztgToUKzDH0b6he8Vc5H2Ntxt2t/VeHZDsAC7VKLuTqQAxZCNAsMsY1TgQqbN 5aYLggj1+ImFHiJI/iXcu5yoFYMh0ibGqaOVVZyDW6A+dPhqu8Qgf0ccjvXE+F4wELy3 Y85uKiwZhcWoj4PS1qmURpniOdVlxeiuRODHIOHEXWYPIJT7yFVGYJ29FIZeE3kE5N+O JH82RhXjPe4eMsyi/HM0rnH6LvS48sK+5r3yJ/+nWtWIcY2RKvhCtaYGDaeupSjE+bKo Cq/gDtDQD0KBkA9yDgV6Ldz0olW6SGTe+Ry+UxcFe85WD9WGat9XwrLKHKnSVG9MiSyh Gn9A== In-Reply-To: X-Gm-Message-State: ALoCoQkHXpw/cnP4uDdhAFUCd8ciAO4quewFcr66lSX9ah3Mx20nrazhEfdplvwWlHI0g6xKrqpO Xref: news.gmane.org gmane.linux.lib.musl.general:1603 On Wed, Aug 15, 2012 at 9:17 AM, Justin Cormack wrote: > On Wed, Aug 15, 2012 at 12:08 AM, Rich Felker wrote: >> On Tue, Aug 14, 2012 at 10:59:01PM +0100, Justin Cormack wrote: >>> the xattr functions in src/linux/xattr.c have the set, get and list >>> xattr functions, but are missing the remove ones. They are trivial to >>> add, clearly just an accidental oversight (the syscalls are all >>> there). >> >> Can you send me a list with the correct prototypes so I can make sure >> I don't miss anything when adding them? Thanks for fixing those working fine. Justin