xfs: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Wed Jan 21 12:36:04 PST 2009


 .gitignore          |    6 ++++++
 configure.ac        |    1 +
 difs/cache.c        |    2 +-
 difs/charinfo.c     |    8 +++++---
 difs/difsutils.c    |    5 +++--
 difs/dispatch.c     |    7 -------
 difs/extensions.c   |    2 +-
 difs/fonts.c        |    2 --
 difs/globals.c      |    2 +-
 difs/initfonts.c    |    1 +
 difs/main.c         |    4 ----
 difs/resource.c     |    5 ++---
 difs/swapreq.c      |    4 ++++
 include/difsutils.h |    2 +-
 include/globals.h   |   42 ++++++++++++++++++++++++++++++++++++++++++
 os/access.c         |    1 +
 os/config.c         |    5 +++--
 os/error.c          |    3 +--
 os/io.c             |   14 +-------------
 os/osglue.c         |    7 +------
 os/osinit.c         |    3 +--
 os/utils.c          |    4 +---
 os/waitfor.c        |   17 -----------------
 23 files changed, 77 insertions(+), 70 deletions(-)

New commits:
commit a1d254a81b5dffd0f706c77e28ec72aff11169f8
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Wed Jan 21 18:02:36 2009 -0200

    Correct all sparse warnings.
    
      All extern declarations were moved from C sources to header files,
    with the exception of the new prototype for SnfSetFormat() as it
    is not available on installed libXfont headers.
      difs/difsutils.c:CopyISOLatin1Lowered() had it's arguments sign
    changed to avoid conflict with libXfont's X11/fonts/fontmisc.h
    prototype.



More information about the xorg-commit mailing list