mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-16 16:39:38 +00:00
13 lines
219 B
Diff
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;
|