freebsd: remove stray apperance of IN_MODULE.
authorGeorge Sapountzis <gsap7@yahoo.gr>
Thu, 26 Apr 2007 11:16:13 +0000 (14:16 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Thu, 26 Apr 2007 11:16:13 +0000 (14:16 +0300)
The xserver no longer uses the libc-wrapper.

shared-core/drm.h

index 9ddb480..b7b2ac0 100644 (file)
 #define DRM_IOC_READWRITE      _IOC_READ|_IOC_WRITE
 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
-#if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__)) && defined(IN_MODULE)
-/* Prevent name collision when including sys/ioccom.h */
-#undef ioctl
 #include <sys/ioccom.h>
-#define ioctl(a,b,c)           xf86ioctl(a,b,c)
-#else
-#include <sys/ioccom.h>
-#endif                         /* __FreeBSD__ && xf86ioctl */
 #define DRM_IOCTL_NR(n)                ((n) & 0xff)
 #define DRM_IOC_VOID           IOC_VOID
 #define DRM_IOC_READ           IOC_OUT