[xserver-commit] xfree86/i2c xf86i2c.c,1.15,1.16 xf86i2c.h,1.11,1.12 xf86i2cmodule.c,1.7,1.8
Daniel Stone
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/fbdevhw fbdevhw.c,1.33,1.34 fbdevhw.h,1.12,1.13 fbdevhw.man,1.2,1.3 fbdevhwstub.c,1.13,1.14 fbpriv.h,1.3,1.4
- Next message: [xserver-commit] xfree86/int10 INT10.HOWTO,1.3,1.4 generic.c,1.29,1.30 helper_exec.c,1.27,1.28 helper_mem.c,1.26,1.27 pci.c,1.12,1.13 stub.c,1.4,1.5 xf86int10.c,1.11,1.12 xf86int10.h,1.24,1.25 xf86int10module.c,1.2,1.3 xf86x86emu.c,1.13,1.14 xf86x86emu.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/xfree86/i2c
In directory pdx:/home/daniel/src/xserver/hw/xfree86/i2c
Modified Files:
xf86i2c.c xf86i2c.h xf86i2cmodule.c
Log Message:
Checkin stage #4: everything else we've changed.
Index: xf86i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2c.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- a/xf86i2c.c 29 Aug 2003 21:08:06 -0000 1.15
+++ b/xf86i2c.c 19 Feb 2004 03:51:37 -0000 1.16
@@ -6,7 +6,7 @@
* (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.14 2003/05/05 21:18:41 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.15 2003/08/29 21:08:06 tsi Exp $ */
#if 1
#include "misc.h"
@@ -14,8 +14,8 @@
#include "xf86_ansic.h"
#include "xf86_OSproc.h"
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "scrnintstr.h"
#include "regionstr.h"
#include "windowstr.h"
Index: xf86i2c.h
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2c.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/xf86i2c.h 29 Aug 2003 21:08:06 -0000 1.11
+++ b/xf86i2c.h 19 Feb 2004 03:51:37 -0000 1.12
@@ -2,7 +2,7 @@
* Copyright (C) 1998 Itai Nahshon, Michael Schimek
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h,v 1.10 2003/07/16 01:38:47 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h,v 1.11 2003/08/29 21:08:06 tsi Exp $ */
#ifndef _XF86I2C_H
#define _XF86I2C_H
Index: xf86i2cmodule.c
===================================================================
RCS file: /cvs/xserver/xfree86/i2c/xf86i2cmodule.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/xf86i2cmodule.c 11 Apr 1999 13:11:02 -0000 1.7
+++ b/xf86i2cmodule.c 19 Feb 2004 03:51:37 -0000 1.8
@@ -5,7 +5,7 @@
* (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c,v 1.6 1999/01/26 05:54:10 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c,v 1.7 1999/04/11 13:11:02 dawes Exp $ */
#include "xf86Module.h"
- Previous message: [xserver-commit] xfree86/fbdevhw fbdevhw.c,1.33,1.34 fbdevhw.h,1.12,1.13 fbdevhw.man,1.2,1.3 fbdevhwstub.c,1.13,1.14 fbpriv.h,1.3,1.4
- Next message: [xserver-commit] xfree86/int10 INT10.HOWTO,1.3,1.4 generic.c,1.29,1.30 helper_exec.c,1.27,1.28 helper_mem.c,1.26,1.27 pci.c,1.12,1.13 stub.c,1.4,1.5 xf86int10.c,1.11,1.12 xf86int10.h,1.24,1.25 xf86int10module.c,1.2,1.3 xf86x86emu.c,1.13,1.14 xf86x86emu.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]