[xserver-commit] xfree86/os-support/misc BUSmemcpy.c,1.4,1.5 Delay.c,3.4,3.5 IODelay.c,1.3,1.4 SlowBcopy.c,1.6,1.7 xf86_IlHack.c,3.5,3.6 xf86_Util.c,3.8,3.9
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/os-support/shared/drm/kernel mga_dma.c,1.5,1.6 mga_irq.c,1.4,1.5 mga_state.c,1.3,1.4 mga_warp.c,1.2,1.3 r128_cce.c,1.9,1.10 r128_irq.c,1.4,1.5 r128_state.c,1.6,1.7 radeon_cp.c,1.13,1.14 radeon_irq.c,1.7,1.8 radeon_mem.c,1.3,1.4 radeon_state.c,1.9,1.10 sis_ds.c,1.1,1.2 sis_mm.c,1.2,1.3
- Next message: [xserver-commit] xfree86/os-support/shared VTsw_noop.c,3.3,3.4 VTsw_usl.c,3.5,3.6 agp_noop.c,1.6,1.7 at_scancode.c,1.5,1.6 bios_devmem.c,3.8,3.9 bios_mmap.c,1.10,1.11 ioperm_noop.c,3.5,3.6 kbd.c,1.4,1.5 kmod_noop.c,1.3,1.4 libc_wrapper.c,1.103,1.104 pm_noop.c,1.3,1.4 posix_tty.c,3.31,3.32 sigio.c,1.17,1.18 sigiostubs.c,1.5,1.6 stdPci.c,3.5,3.6 stdResource.c,1.23,1.24 std_kbdEv.c,3.4,3.5 sysv_kbd.c,3.5,3.6 vidmem.c,1.18,1.19 xf86Axp.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/os-support/misc
In directory pdx:/tmp/cvs-serv14744/os-support/misc
Modified Files:
BUSmemcpy.c Delay.c IODelay.c SlowBcopy.c xf86_IlHack.c
xf86_Util.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: BUSmemcpy.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/BUSmemcpy.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/BUSmemcpy.c 12 Feb 2000 20:45:44 -0000 1.4
+++ b/BUSmemcpy.c 28 Feb 2004 01:28:00 -0000 1.5
@@ -14,6 +14,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/BUSmemcpy.c,v 1.3 1999/12/03 19:17:44 eich Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "X.h"
#include "xf86.h"
#include "xf86Priv.h"
Index: Delay.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/Delay.c,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -d -r3.4 -r3.5
--- a/Delay.c 25 Mar 2003 04:18:23 -0000 3.4
+++ b/Delay.c 28 Feb 2004 01:28:00 -0000 3.5
@@ -1,5 +1,8 @@
/* $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
Index: IODelay.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/IODelay.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/IODelay.c 4 Aug 2000 16:13:41 -0000 1.3
+++ b/IODelay.c 28 Feb 2004 01:28:00 -0000 1.4
@@ -6,6 +6,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/misc/IODelay.c,v 1.1.2.1 1998/06/04 17:35:59 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "X.h"
#include "xf86.h"
#include "xf86Priv.h"
Index: SlowBcopy.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/SlowBcopy.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/SlowBcopy.c 7 Apr 2003 16:23:39 -0000 1.6
+++ b/SlowBcopy.c 28 Feb 2004 01:28:00 -0000 1.7
@@ -16,6 +16,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "X.h"
#include "xf86.h"
#include "xf86Priv.h"
Index: xf86_IlHack.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/misc/xf86_IlHack.c,v
retrieving revision 3.5
retrieving revision 3.6
diff -u -d -r3.5 -r3.6
--- a/xf86_IlHack.c 25 Jul 1998 16:56:51 -0000 3.5
+++ b/xf86_IlHack.c 28 Feb 2004 01:28:00 -0000 3.6
@@ -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/xfree86/os-support/misc/xf86_Util.c,v
retrieving revision 3.8
retrieving revision 3.9
diff -u -d -r3.8 -r3.9
--- a/xf86_Util.c 28 Oct 2001 03:34:02 -0000 3.8
+++ b/xf86_Util.c 28 Feb 2004 01:28:00 -0000 3.9
@@ -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: [xserver-commit] xfree86/os-support/shared/drm/kernel mga_dma.c,1.5,1.6 mga_irq.c,1.4,1.5 mga_state.c,1.3,1.4 mga_warp.c,1.2,1.3 r128_cce.c,1.9,1.10 r128_irq.c,1.4,1.5 r128_state.c,1.6,1.7 radeon_cp.c,1.13,1.14 radeon_irq.c,1.7,1.8 radeon_mem.c,1.3,1.4 radeon_state.c,1.9,1.10 sis_ds.c,1.1,1.2 sis_mm.c,1.2,1.3
- Next message: [xserver-commit] xfree86/os-support/shared VTsw_noop.c,3.3,3.4 VTsw_usl.c,3.5,3.6 agp_noop.c,1.6,1.7 at_scancode.c,1.5,1.6 bios_devmem.c,3.8,3.9 bios_mmap.c,1.10,1.11 ioperm_noop.c,3.5,3.6 kbd.c,1.4,1.5 kmod_noop.c,1.3,1.4 libc_wrapper.c,1.103,1.104 pm_noop.c,1.3,1.4 posix_tty.c,3.31,3.32 sigio.c,1.17,1.18 sigiostubs.c,1.5,1.6 stdPci.c,3.5,3.6 stdResource.c,1.23,1.24 std_kbdEv.c,3.4,3.5 sysv_kbd.c,3.5,3.6 vidmem.c,1.18,1.19 xf86Axp.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]