Files
BMLFS/patches/libnvme-chimera/ioctl-int.patch

13 lines
219 B
Diff

ffs
--- 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;