1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-11 13:42:14 +02:00

Fixed bsdIoctl.

This commit is contained in:
yellows8 2018-05-09 12:57:07 -04:00
parent 45c1dab733
commit 2619142d78

View File

@ -657,7 +657,7 @@ int bsdIoctl(int fd, int request, void *data) {
int fd; int fd;
int request; int request;
int bufcount; int bufcount;
} *raw; } PACKED *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw)); raw = ipcPrepareHeader(&c, sizeof(*raw));