libpciaccess: Changes to 'master'

Matthias Hopf mhopf at kemper.freedesktop.org
Tue Oct 23 06:19:49 PDT 2007


 include/pciaccess.h |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit e392082abb5696c8837224da86cc0af4f21d7010
Author: Matthias Hopf <mhopf at suse.de>
Date:   Tue Oct 23 15:19:36 2007 +0200

    Bit-fields have to have type _Bool, signed int, or unsigned int.
    
    ISO/IEC 9899:1999 (E), 6.7.2.1 Structure and union specifiers, (4).
    _Bool is only supported for C99 and up, and 1-bit signed types don't make
    sense -> unsigned int.



More information about the xorg-commit mailing list