]> git.proxmox.com Git - qemu.git/commit
bitops: fix error on OpenBSD and mingw32
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 25 Feb 2011 17:21:22 +0000 (17:21 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 25 Feb 2011 17:21:22 +0000 (17:21 +0000)
commit84803d7a27ef2e83c9b870ebd48e249696909e98
treedbd2d2100629d1be55a51ba9332e2d9c56a32cf3
parent04483e150d412f5861a00c30581df7ba90a816e7
bitops: fix error on OpenBSD and mingw32

Fix this error:
  CC    bitops.o
In file included from /src/qemu/bitops.c:14:
/src/qemu/bitops.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'unsigned'

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bitops.h