[xserver-commit] xfree86/i2c xf86i2c.c,1.16,1.17 xf86i2cmodule.c,1.8,1.9
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/v4l v4l.c,1.34,1.35
- Next message: [xserver-commit] xfree86/drivers/sunffb ffb_accel.c,1.7,1.8 ffb_attr.c,1.2,1.3 ffb_bcopy.c,1.2,1.3 ffb_checks.c,1.2,1.3 ffb_circle.c,1.2,1.3 ffb_clip.c,1.1,1.2 ffb_cplane.c,1.3,1.4 ffb_cursor.c,1.2,1.3 ffb_dac.c,1.4,1.5 ffb_dbe.c,1.2,1.3 ffb_ddc.c,1.1,1.2 ffb_dga.c,1.2,1.3 ffb_dri.c,1.9,1.10 ffb_driver.c,1.12,1.13 ffb_frect.c,1.3,1.4 ffb_fspans.c,1.2,1.3 ffb_gc.c,1.4,1.5 ffb_glyph.c,1.2,1.3 ffb_gspans.c,1.2,1.3 ffb_line.c,1.2,1.3 ffb_plygon.c,1.2,1.3 ffb_point.c,1.2,1.3 ffb_rect.c,1.2,1.3 ffb_seg.c,1.2,1.3 ffb_sspans.c,1.2,1.3 ffb_stip.c,1.2,1.3 ffb_stubs.c,1.2,1.3 ffb_wid.c,1.3,1.4 ffb_wline.c,1.3,1.4 ffb_zeroarc.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/i2c
In directory pdx:/tmp/cvs-serv14744/i2c
Modified Files:
xf86i2c.c xf86i2cmodule.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: xf86i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2c.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a/xf86i2c.c 19 Feb 2004 03:51:37 -0000 1.16
+++ b/xf86i2c.c 28 Feb 2004 01:27:51 -0000 1.17
@@ -8,6 +8,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.15 2003/08/29 21:08:06 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#if 1
#include "misc.h"
#include "xf86.h"
Index: xf86i2cmodule.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2cmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/xf86i2cmodule.c 19 Feb 2004 03:51:37 -0000 1.8
+++ b/xf86i2cmodule.c 28 Feb 2004 01:27:51 -0000 1.9
@@ -7,6 +7,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c,v 1.7 1999/04/11 13:11:02 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86Module.h"
static MODULESETUPPROTO(i2cSetup);
- Previous message: [xserver-commit] xfree86/drivers/v4l v4l.c,1.34,1.35
- Next message: [xserver-commit] xfree86/drivers/sunffb ffb_accel.c,1.7,1.8 ffb_attr.c,1.2,1.3 ffb_bcopy.c,1.2,1.3 ffb_checks.c,1.2,1.3 ffb_circle.c,1.2,1.3 ffb_clip.c,1.1,1.2 ffb_cplane.c,1.3,1.4 ffb_cursor.c,1.2,1.3 ffb_dac.c,1.4,1.5 ffb_dbe.c,1.2,1.3 ffb_ddc.c,1.1,1.2 ffb_dga.c,1.2,1.3 ffb_dri.c,1.9,1.10 ffb_driver.c,1.12,1.13 ffb_frect.c,1.3,1.4 ffb_fspans.c,1.2,1.3 ffb_gc.c,1.4,1.5 ffb_glyph.c,1.2,1.3 ffb_gspans.c,1.2,1.3 ffb_line.c,1.2,1.3 ffb_plygon.c,1.2,1.3 ffb_point.c,1.2,1.3 ffb_rect.c,1.2,1.3 ffb_seg.c,1.2,1.3 ffb_sspans.c,1.2,1.3 ffb_stip.c,1.2,1.3 ffb_stubs.c,1.2,1.3 ffb_wid.c,1.3,1.4 ffb_wline.c,1.3,1.4 ffb_zeroarc.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]