Change prototype of drmIoctl to unsigned long request.
authorColeman Kane <cokane@cokane.org>
Mon, 18 Aug 2008 21:08:21 +0000 (17:08 -0400)
committerRobert Noland <rnoland@2hip.net>
Mon, 18 Aug 2008 21:08:21 +0000 (17:08 -0400)
commit41b83a99583486ad4f8760a6537d34783769bfc3
tree9b9b43b56e39de0334cc69875c55fe1cbb2cdfa4
parenta5381cac55e54a535acf752970886b659948563c
Change prototype of drmIoctl to unsigned long request.

This resolves and issue on amd64 FreeBSD and it looks like the
linux ioctl syscall should be unsigned long as well.

Signed-off-by: Robert Noland <rnoland@2hip.net>
libdrm/xf86drm.c