From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: =?utf-8?b?bGliL2Jsa3RhcGxpYi5oOjE5OTowOuKAgmVycm9y?= =?utf-8?b?OuKAgiJXUklURSLigIJyZWRlZmluZWQ=?= Date: Wed, 12 Jan 2011 19:40:52 +0100 Message-ID: <20110112184052.GA11291@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, today I tried to build xen-unstable against the upcoming openSuSE 11.4. It failed with this error: cc1: warnings being treated as errors In file included from tapdisk.h:62:0, from blk_linux.c:4: ../lib/blktaplib.h:199:0: error: "WRITE" redefined /usr/include/linux/fs.h:150:0: note: this is the location of the previous definition make[5]: *** [blk_linux.o] Error 1 I see WRITE and READ defined in two places, perhaps another header already has suitable defines for the fds[] array access. ./tools/blktap/lib/blktaplib.h:199:#define WRITE 1 ./tools/blktap2/include/blktaplib.h:193:#define WRITE 1 Olaf