Perform a warnings sweep on hw/kdrive. A number of these were my fault, but

some come from others.
This commit is contained in:
Eric Anholt 2005-06-09 23:22:55 +00:00
commit 75065f3a54
21 changed files with 108 additions and 101 deletions

View file

@ -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>