168e640a85
[ci skip] Package output does not change except for meta information (licenses), so don't build or verify checksums of the packages to prevent outdated source URL's breaking it. This will have to be looked at later
11 lines
253 B
Diff
11 lines
253 B
Diff
--- 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;
|