[xserver-commit] xfree86/os-support/bsd/libusb data.c,1.1,1.2 descr.c,1.1,1.2 parse.c,1.1,1.2 usage.c,1.1,1.2
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/os-support/bsd alpha_video.c,1.6,1.7 arm_video.c,1.2,1.3 bsdResource.c,1.9,1.10 bsd_KbdMap.c,1.1,1.2 bsd_VTsw.c,3.6,3.7 bsd_apm.c,1.1,1.2 bsd_axp.c,1.3,1.4 bsd_ev56.c,1.2,1.3 bsd_init.c,3.22,3.23 bsd_io.c,3.23,3.24 bsd_jstk.c,3.8,3.9 bsd_kbd.c,1.9,1.10 bsd_kmod.c,3.2,3.3 bsd_kqueue_apm.c,1.5,1.6 bsd_mouse.c,1.27,1.28 i386_video.c,1.5,1.6 ppc_video.c,1.6,1.7 sparc64_video.c,1.3,1.4
- Next message: [xserver-commit] xfree86/loader aoutloader.c,1.21,1.22 coffloader.c,1.23,1.24 dixsym.c,1.64,1.65 dlloader.c,1.14,1.15 elfloader.c,1.63,1.64 extsym.c,1.10,1.11 fontsym.c,1.15,1.16 hash.c,1.26,1.27 loader.c,1.72,1.73 loaderProcs.h,1.22,1.23 loadext.c,1.9,1.10 loadfont.c,1.5,1.6 loadmod.c,1.74,1.75 misym.c,1.39,1.40 os.c,1.5,1.6 os2funcs.c,1.9,1.10 xf86sym.c,1.243,1.244
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/os-support/bsd/libusb
In directory pdx:/tmp/cvs-serv14744/os-support/bsd/libusb
Modified Files:
data.c descr.c parse.c usage.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: data.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/data.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/data.c 11 Feb 2000 18:06:49 -0000 1.1
+++ b/data.c 28 Feb 2004 01:27:55 -0000 1.2
@@ -27,6 +27,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/data.c,v 1.1.2.2 1999/12/03 10:12:41 hohndel Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <assert.h>
#include <stdlib.h>
#include "usb.h"
Index: descr.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/descr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/descr.c 11 Feb 2000 18:06:50 -0000 1.1
+++ b/descr.c 28 Feb 2004 01:27:55 -0000 1.2
@@ -27,6 +27,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/descr.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <sys/types.h>
#include <assert.h>
Index: parse.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/parse.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/parse.c 11 Feb 2000 18:06:50 -0000 1.1
+++ b/parse.c 28 Feb 2004 01:27:55 -0000 1.2
@@ -27,6 +27,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/parse.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <assert.h>
#include <stdlib.h>
#include <string.h>
Index: usage.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/libusb/usage.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/usage.c 11 Feb 2000 18:06:50 -0000 1.1
+++ b/usage.c 28 Feb 2004 01:27:55 -0000 1.2
@@ -27,6 +27,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/libusb/usage.c,v 1.1.2.2 1999/12/03 10:12:42 hohndel Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <ctype.h>
#include <err.h>
#include <stdio.h>
- Previous message: [xserver-commit] xfree86/os-support/bsd alpha_video.c,1.6,1.7 arm_video.c,1.2,1.3 bsdResource.c,1.9,1.10 bsd_KbdMap.c,1.1,1.2 bsd_VTsw.c,3.6,3.7 bsd_apm.c,1.1,1.2 bsd_axp.c,1.3,1.4 bsd_ev56.c,1.2,1.3 bsd_init.c,3.22,3.23 bsd_io.c,3.23,3.24 bsd_jstk.c,3.8,3.9 bsd_kbd.c,1.9,1.10 bsd_kmod.c,3.2,3.3 bsd_kqueue_apm.c,1.5,1.6 bsd_mouse.c,1.27,1.28 i386_video.c,1.5,1.6 ppc_video.c,1.6,1.7 sparc64_video.c,1.3,1.4
- Next message: [xserver-commit] xfree86/loader aoutloader.c,1.21,1.22 coffloader.c,1.23,1.24 dixsym.c,1.64,1.65 dlloader.c,1.14,1.15 elfloader.c,1.63,1.64 extsym.c,1.10,1.11 fontsym.c,1.15,1.16 hash.c,1.26,1.27 loader.c,1.72,1.73 loaderProcs.h,1.22,1.23 loadext.c,1.9,1.10 loadfont.c,1.5,1.6 loadmod.c,1.74,1.75 misym.c,1.39,1.40 os.c,1.5,1.6 os2funcs.c,1.9,1.10 xf86sym.c,1.243,1.244
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]