CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at cvs.freedesktop.org
Thu Jul 7 22:07:30 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at gabe.freedesktop.org	05/07/07 12:07:30

Log message:
  2005-07-07  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	More compiler warning fixes for missing prototypes:
  
  	* include/extensions/XKBsrv.h:
  	Add prototype for XkbSetExtension()
  
  	* programs/xrx/helper/helper.c:
  	Add #include <ctype.h> for isspace() & isdigit()
  
  	* programs/Xserver/Xprint/attributes.c:
  	Add #include <grp.h> (for initgroups()) and remove extra *
  
  	* programs/Xserver/hw/xfree86/common/xf86.h:
  	Add prototype for xorgGetVersion()

Modified files:
      ./:
        ChangeLog 
      xc/include/extensions/:
        XKBsrv.h 
      xc/programs/Xserver/Xprint/:
        attributes.c 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86.h 
      xc/programs/xrx/helper/:
        helper.c 
  
  Revision      Changes    Path
  1.1101        +16 -0     xc/ChangeLog
  1.4           +2 -0      xc/include/extensions/XKBsrv.h
  1.12          +2 -1      xc/programs/Xserver/Xprint/attributes.c
  1.6           +1 -0      xc/programs/Xserver/hw/xfree86/common/xf86.h
  1.3           +1 -0      xc/programs/xrx/helper/helper.c




More information about the xorg-commit mailing list