From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kggh6-0007JA-3H for qemu-devel@nongnu.org; Fri, 19 Sep 2008 10:10:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kggh5-0007In-30 for qemu-devel@nongnu.org; Fri, 19 Sep 2008 10:10:47 -0400 Received: from [199.232.76.173] (port=36453 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kggh5-0007Ik-0B for qemu-devel@nongnu.org; Fri, 19 Sep 2008 10:10:47 -0400 Received: from [84.20.150.76] (port=58349 helo=narury.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kggh4-0004ny-Gh for qemu-devel@nongnu.org; Fri, 19 Sep 2008 10:10:46 -0400 Date: Fri, 19 Sep 2008 17:10:40 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PATCH] Fix building with 2.6.27 kernel headers Message-ID: <20080919141040.GE21479@kos.to> References: <1221750426-14863-1-git-send-email-kirill@shutemov.name> <1221750426-14863-2-git-send-email-kirill@shutemov.name> <1221750426-14863-3-git-send-email-kirill@shutemov.name> <1221750426-14863-4-git-send-email-kirill@shutemov.name> <1221750426-14863-5-git-send-email-kirill@shutemov.name> <1221750426-14863-6-git-send-email-kirill@shutemov.name> <1221750426-14863-7-git-send-email-kirill@shutemov.name> <1221750426-14863-8-git-send-email-kirill@shutemov.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1221750426-14863-8-git-send-email-kirill@shutemov.name> 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 Cc: "Kirill A. Shutemov" On Thu, Sep 18, 2008 at 06:07:06PM +0300, Kirill A. Shutemov wrote: > linux/dirent unexported in 2.6.27 > > Signed-off-by: Kirill A. Shutemov Looks correct, Acked-By: Riku Voipio > --- > linux-user/syscall.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index ce99cf6..4cde5e8 100644 > --- a/linux-user/syscall.c > +++ b/linux-user/syscall.c > @@ -28,6 +28,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -68,7 +69,6 @@ > #include > #include > #include > -#include > #include > #include > #include "linux_loop.h" > -- > 1.5.6.5.GIT > > -- "rm -rf" only sounds scary if you don't have backups