mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fixed bsdIoctl.
This commit is contained in:
parent
45c1dab733
commit
2619142d78
@ -657,7 +657,7 @@ int bsdIoctl(int fd, int request, void *data) {
|
||||
int fd;
|
||||
int request;
|
||||
int bufcount;
|
||||
} *raw;
|
||||
} PACKED *raw;
|
||||
|
||||
raw = ipcPrepareHeader(&c, sizeof(*raw));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user