[xserver-commit] xfree86/os-support/linux/int10 linux.c,1.33,1.34
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/os-support/linux/drm drmmodule.c,1.4,1.5 xf86drm.c,1.37,1.38 xf86drmCompat.c,1.5,1.6 xf86drmHash.c,1.5,1.6 xf86drmRandom.c,1.5,1.6 xf86drmSL.c,1.5,1.6
- Next message: [xserver-commit] xfree86/os-support/linux/drm/kernel dristat.c,1.2,1.3 drmstat.c,1.8,1.9 gamma_dma.c,1.21,1.22 gamma_drv.c,1.17,1.18 i810_dma.c,1.25,1.26 i810_drv.c,1.15,1.16 i830_dma.c,1.13,1.14 i830_drv.c,1.4,1.5 i830_irq.c,1.4,1.5 mga_drv.c,1.14,1.15 r128_drv.c,1.18,1.19 radeon_drv.c,1.8,1.9 sis_drv.c,1.14,1.15 tdfx_drv.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/os-support/linux/int10
In directory pdx:/tmp/cvs-serv14744/os-support/linux/int10
Modified Files:
linux.c
Log Message:
* Makefile.am
* *.c
Ok, everyone gets #include <config.h>
Other than that, I fixed a few extension header paths and
whacked at the Makefile.am. Makefile.am is a hacked version
of xserver/Makefile.am; expect them to diverge until we can
stick the xfree86 DDX stuff into the standard Makefile.am.
Index: linux.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/linux/int10/linux.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- a/linux.c 19 Feb 2004 14:02:16 -0000 1.33
+++ b/linux.c 28 Feb 2004 01:28:00 -0000 1.34
@@ -3,6 +3,9 @@
* linux specific part of the int10 module
* Copyright 1999 Egbert Eich
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
- Previous message: [xserver-commit] xfree86/os-support/linux/drm drmmodule.c,1.4,1.5 xf86drm.c,1.37,1.38 xf86drmCompat.c,1.5,1.6 xf86drmHash.c,1.5,1.6 xf86drmRandom.c,1.5,1.6 xf86drmSL.c,1.5,1.6
- Next message: [xserver-commit] xfree86/os-support/linux/drm/kernel dristat.c,1.2,1.3 drmstat.c,1.8,1.9 gamma_dma.c,1.21,1.22 gamma_drv.c,1.17,1.18 i810_dma.c,1.25,1.26 i810_drv.c,1.15,1.16 i830_dma.c,1.13,1.14 i830_drv.c,1.4,1.5 i830_irq.c,1.4,1.5 mga_drv.c,1.14,1.15 r128_drv.c,1.18,1.19 radeon_drv.c,1.8,1.9 sis_drv.c,1.14,1.15 tdfx_drv.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]