Get rid of the old XFree86 libc wrapper.

This commit is contained in:
matthieu 2008-09-29 22:04:43 +00:00
parent 13636a5f5f
commit 64a4da3846

View File

@ -1,4 +1,4 @@
/* $OpenBSD: wsfb_driver.c,v 1.13 2008/01/20 18:45:06 jasper Exp $ */
/* $OpenBSD: wsfb_driver.c,v 1.14 2008/09/29 22:04:43 matthieu Exp $ */
/*
* Copyright (c) 2001 Matthieu Herrb
* All rights reserved.
@ -40,15 +40,16 @@
#include "config.h"
#endif
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <dev/wscons/wsconsio.h>
/* All drivers need this. */
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
#include "mipointer.h"
#include "mibstore.h"
@ -70,12 +71,6 @@
#include "xf86xv.h"
#endif
/* #include "wsconsio.h" */
#ifndef XFree86LOADER
#include <sys/mman.h>
#endif
#ifdef X_PRIVSEP
extern int priv_open_device(const char *);
#else