From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1584 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: xattr missing remove functions Date: Tue, 14 Aug 2012 22:59:01 +0100 Message-ID: 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: dough.gmane.org 1344981555 13831 80.91.229.3 (14 Aug 2012 21:59:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Aug 2012 21:59:15 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1585-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 14 23:59:16 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 1T1P8t-0000Aa-FO for gllmg-musl@plane.gmane.org; Tue, 14 Aug 2012 23:59:15 +0200 Original-Received: (qmail 8187 invoked by uid 550); 14 Aug 2012 21:59:14 -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 8179 invoked from network); 14 Aug 2012 21:59:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=O1P7qzsFKZKmIfftBa1K/Px6uYE5V0hQ4jZY6Ee9OzA=; b=hMWJJOdPrGC9EN9IO0BJ5le0+b7Qq9JBMwC2uLIEHHER0WsgsaNH7ZRQHA8MNoRN2m BxpzE5gn/Wp4a4hoJP4G6rFXoV4tF5l3dI4o//MW2dJi4JPpBERalmGGpqr7ZuhFr2WF utkK8g2FD5iL6ojHW1H+kvFBbvVz1dmu0Q8RU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=O1P7qzsFKZKmIfftBa1K/Px6uYE5V0hQ4jZY6Ee9OzA=; b=AEJa9sg5wOFxRiZ9MX+niwowl8WxY68hA/AFn7XAc8vzKXfKGbNnddNEJxZhGfrdAZ 7rbuNVSKjNQ8P5uatLAy5YMVs0+WmJTuIFYakg2zH9oOqnqgdSshbq3iUwrwlQKAUuvW 2SZn5dUdKxsN0rgBMlggtjvUZmvhQsWa09oSPTRUI4EbHlvVXYFrk7fo03uPErqFiahT CaJk6moUdJ3Jl2O1JlqtQB1iv8OcDrGWVhwsmRnaFZeS0p3HLCxuj5LsEeuwMGKyj/RA PYworrt2qW4qDkAMc/eKIulJgwOXIP6a5JYWx+nG4lE9TSaOfM4uwO9Fe1qXYcD8PNcC VmEA== X-Gm-Message-State: ALoCoQkv+BOeiKNbi+GwsYi1cEXbvwmd3Zg8ANInOdbnZWlVGTnTl6RcTsja3bIbIc5JpDSDmxaF Xref: news.gmane.org gmane.linux.lib.musl.general:1584 Archived-At: 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). Justin