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 request;
int bufcount;
} *raw;
} PACKED *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw));