ioctl number is unsigned long, don't use int type here since it will be erroneously...
commit4a7dca8f614998ce249f69993500498427b4b2cc
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 7 Apr 2017 16:17:45 +0000 (7 16:17 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 7 Apr 2017 16:17:45 +0000 (7 16:17 +0000)
tree5b3c51600e08c173e749c183819d55fc6dbc3c80
parent99a1142c56d1f49dd131f586ff0bab451aff67a9
ioctl number is unsigned long, don't use int type here since it will be erroneously sign-extended on 64-bit platforms.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54467 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/hidds/nouveau/drm/libdrm/arosdrmmode.c