xserver/hw/kdrive/ephyr ephyrinit.c,1.4,1.5 hostx.c,1.12,1.13
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Thu, 9 Jun 2005 16:22:56 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/ephyr
In directory gabe:/tmp/cvs-serv11124/hw/kdrive/ephyr
Modified Files:
ephyrinit.c hostx.c
Log Message:
Perform a warnings sweep on hw/kdrive. A number of these were my fault,
but some come from others.
Index: ephyrinit.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ephyr/ephyrinit.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ephyrinit.c 9 Jun 2005 16:22:26 -0000 1.4
+++ ephyrinit.c 9 Jun 2005 23:22:54 -0000 1.5
@@ -186,7 +186,6 @@
0, /* initAccel */
0, /* enableAccel */
- 0, /* syncAccel */
0, /* disableAccel */
0, /* finiAccel */
Index: hostx.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ephyr/hostx.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- hostx.c 9 Jun 2005 16:22:26 -0000 1.12
+++ hostx.c 9 Jun 2005 23:22:54 -0000 1.13
@@ -29,11 +29,11 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h> /* for memset */
-#include <time.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/time.h>
+#include <time.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>