libdrm-ioctl.patch 253 B

123456789101112
  1. --- libdrm-2.4.83/tests/nouveau/threaded.c
  2. +++ libdrm-2.4.83/tests/nouveau/threaded.c
  3. @@ -40,7 +40,7 @@
  4. static int import_fd;
  5. -int ioctl(int fd, unsigned long request, ...)
  6. +int ioctl(int fd, int request, ...)
  7. {
  8. va_list va;
  9. int ret;