aports/main/libnvme/fix-test-ioctl.patch
2023-10-02 07:15:53 +00:00

12 lines
215 B
Diff

--- a/test/ioctl/mock.c
+++ b/test/ioctl/mock.c
@@ -114,7 +114,7 @@
} \
})
-int ioctl(int fd, unsigned long request, ...)
+int ioctl(int fd, int request, ...)
{
struct mock_cmds *mock_cmds;
bool result64;