From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kg6qm-0000wh-KR for qemu-devel@nongnu.org; Wed, 17 Sep 2008 19:54:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kg6ql-0000w2-7O for qemu-devel@nongnu.org; Wed, 17 Sep 2008 19:54:23 -0400 Received: from [199.232.76.173] (port=45626 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kg6qk-0000vv-Tp for qemu-devel@nongnu.org; Wed, 17 Sep 2008 19:54:22 -0400 Received: from yw-out-1718.google.com ([74.125.46.157]:12249) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kg6qk-00019x-Gm for qemu-devel@nongnu.org; Wed, 17 Sep 2008 19:54:22 -0400 Received: by yw-out-1718.google.com with SMTP id 6so994414ywa.82 for ; Wed, 17 Sep 2008 16:54:21 -0700 (PDT) Message-ID: Date: Thu, 18 Sep 2008 01:54:21 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [PATCH] add futimesat syscall In-Reply-To: <20080917194533.GB21187@kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080917194533.GB21187@kos.to> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 2008/9/17 Riku Voipio : > Add futimes patch, originally from scratchbox qemu devkit. Kirill Shutemov submitted an imlementation of futimensat() at http://lists.gnu.org/archive/html/qemu-devel/2008-09/msg00439.html , it looks cleaner to me. I would like to commit Kirill's series at some point if nobody finds any issues with them. Regards