debrix/hw/xorg/os-support/misc BUSmemcpy.c, 1.2, 1.3 Delay.c, 1.2,
1.3 IODelay.c, 1.2, 1.3 SlowBcopy.c, 1.2, 1.3 xf86_IlHack.c,
1.2, 1.3 xf86_Util.c, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:09 EST 2004
- Previous message: debrix/hw/xorg/os-support/linux/int10/vm86 linux_vm86.c,1.2,1.3
- Next message: debrix/hw/xorg/os-support/shared VTsw_noop.c, 1.2, 1.3 VTsw_usl.c,
1.2, 1.3 agp_noop.c, 1.1.1.2, 1.2 at_scancode.c, 1.1.1.2,
1.2 bios_devmem.c, 1.2, 1.3 bios_mmap.c, 1.2,
1.3 ioperm_noop.c, 1.2, 1.3 kbd.c, 1.1.1.2, 1.2 kmod_noop.c,
1.1.1.2, 1.2 libc_wrapper.c, 1.2, 1.3 pm_noop.c, 1.1.1.2,
1.2 posix_tty.c, 1.1.1.2, 1.2 sigio.c, 1.1.1.2,
1.2 sigiostubs.c, 1.1.1.2, 1.2 stdPci.c, 1.1.1.2,
1.2 stdResource.c, 1.1.1.2, 1.2 std_kbdEv.c, 1.2,
1.3 sysv_kbd.c, 1.2, 1.3 vidmem.c, 1.1.1.2, 1.2 xf86Axp.c,
1.1.1.2, 1.2 xf86Axp.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/os-support/misc
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/os-support/misc
Modified Files:
BUSmemcpy.c Delay.c IODelay.c SlowBcopy.c xf86_IlHack.c
xf86_Util.c
Log Message:
Initial import from modular sources.
Index: BUSmemcpy.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/BUSmemcpy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUSmemcpy.c 23 Apr 2004 19:54:11 -0000 1.2
+++ BUSmemcpy.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -14,7 +14,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/BUSmemcpy.c,v 1.3 1999/12/03 19:17:44 eich Exp $ */
-#include "X.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/X.h>
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
Index: Delay.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/Delay.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Delay.c 23 Apr 2004 19:54:11 -0000 1.2
+++ Delay.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -1,9 +1,12 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/Delay.c,v 3.3 2000/12/08 20:13:38 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef __UNIXOS2__
#define I_NEED_OS2_H
#endif
-#include "X.h"
+#include <X11/X.h>
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
Index: IODelay.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/IODelay.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- IODelay.c 23 Apr 2004 19:54:11 -0000 1.2
+++ IODelay.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -6,7 +6,10 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/IODelay.c,v 1.1.2.1 1998/06/04 17:35:59 dawes Exp $ */
-#include "X.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/X.h>
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
Index: SlowBcopy.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/SlowBcopy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SlowBcopy.c 23 Apr 2004 19:54:11 -0000 1.2
+++ SlowBcopy.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -16,7 +16,10 @@
*
*/
-#include "X.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/X.h>
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86_OSlib.h"
Index: xf86_IlHack.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/xf86_IlHack.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86_IlHack.c 23 Apr 2004 19:54:11 -0000 1.2
+++ xf86_IlHack.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -8,6 +8,9 @@
/* $XConsortium: xf86_IlHack.c /main/4 1996/02/21 17:52:26 kaleb $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define static /**/
#define __inline__ /**/
#undef NO_INLINE
Index: xf86_Util.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/misc/xf86_Util.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86_Util.c 23 Apr 2004 19:54:11 -0000 1.2
+++ xf86_Util.c 10 Jun 2004 19:41:05 -0000 1.3
@@ -29,6 +29,9 @@
* dependencies are dealt with, as this library will be linked in last.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <ctype.h>
/* To prevent empty source file warnings */
- Previous message: debrix/hw/xorg/os-support/linux/int10/vm86 linux_vm86.c,1.2,1.3
- Next message: debrix/hw/xorg/os-support/shared VTsw_noop.c, 1.2, 1.3 VTsw_usl.c,
1.2, 1.3 agp_noop.c, 1.1.1.2, 1.2 at_scancode.c, 1.1.1.2,
1.2 bios_devmem.c, 1.2, 1.3 bios_mmap.c, 1.2,
1.3 ioperm_noop.c, 1.2, 1.3 kbd.c, 1.1.1.2, 1.2 kmod_noop.c,
1.1.1.2, 1.2 libc_wrapper.c, 1.2, 1.3 pm_noop.c, 1.1.1.2,
1.2 posix_tty.c, 1.1.1.2, 1.2 sigio.c, 1.1.1.2,
1.2 sigiostubs.c, 1.1.1.2, 1.2 stdPci.c, 1.1.1.2,
1.2 stdResource.c, 1.1.1.2, 1.2 std_kbdEv.c, 1.2,
1.3 sysv_kbd.c, 1.2, 1.3 vidmem.c, 1.1.1.2, 1.2 xf86Axp.c,
1.1.1.2, 1.2 xf86Axp.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list