aboutsummaryrefslogtreecommitdiffstats
path: root/main/libdrm/ioctl.patch
blob: 9ffe5f933561f9196d9d54e5dcca75d42bf151b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libdrm-2.4.83/tests/nouveau/threaded.c
+++ libdrm-2.4.83/tests/nouveau/threaded.c
@@ -40,7 +40,7 @@

 static int import_fd;

-int ioctl(int fd, unsigned long request, ...)
+int ioctl(int fd, int request, ...)
 {
        va_list va;
        int ret;