mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
12 lines
215 B
Diff
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;
|