Module Name: xsrc Committed By: prlw1 Date: Sun Jan 25 21:45:45 UTC 2015
Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_include.h xsrc/external/mit/xf86-video-savage/dist/src: savage_driver.h xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86.h xf86Config.c xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc: xf86DDC.h xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw: fbdevhw.c xsrc/external/mit/xorg-server/dist/hw/xfree86/modes: xf86DisplayIDModes.c xf86Modes.h xf86RandR12.c xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/cvt: cvt.c xsrc/external/mit/xorg-server/dist/hw/xfree86/vbe: vbe.c xsrc/external/mit/xorg-server/dist/include: dix.h dixfont.h xsrc/external/mit/xorg-server/dist/randr: randrstr.h rrtransform.h xsrc/external/mit/xorg-server/dist/render: glyphstr.h Log Message: Remove some redundant function redeclarations, as noted in http://mail-index.netbsd.org/tech-x11/2015/01/09/msg001452.html The changes come from upstream in commits: * xserver: ecf62755 Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h. - didn't add xf86SaveModeContents which isn't defined in our version 0bc41d5f Remove redundant redeclarations of functions in the same header file 5595e7ce randr: Remove redundant declaration. 471e5373 Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.h 9ef53e22 include: GetClientResolutions is declared in font.h 8b6a7500 Fix gcc warnings about redundant declarations of fallback functions - just took ffs() #ifdef defense, so most not applied * xf86-video-nv: 49ee1c26 Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. * xf86-video-savage: 2e9217bb Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf86-video-nv/dist/src/nv_include.h cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86.h cvs rdiff -u -r1.10 -r1.11 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/common/xf86Config.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/xf86DDC.h cvs rdiff -u -r1.1.1.6 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/fbdevhw.c cvs rdiff -u -r1.1.1.1 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/xf86DisplayIDModes.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/xf86Modes.h cvs rdiff -u -r1.1.1.7 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/xf86RandR12.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/cvt/cvt.c cvs rdiff -u -r1.1.1.6 -r1.2 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/vbe/vbe.c cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xorg-server/dist/include/dix.h cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xorg-server/dist/include/dixfont.h cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xorg-server/dist/randr/randrstr.h cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xorg-server/dist/randr/rrtransform.h cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/external/mit/xorg-server/dist/render/glyphstr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.