Fixed IPC issues with bsdRead.

This commit is contained in:
yellows8 2019-02-24 22:17:27 -05:00
parent 4b8e501fdb
commit 9f45bb4d7e

View File

@ -797,7 +797,7 @@ ssize_t bsdRead(int fd, void *buf, size_t count) {
u64 magic;
u64 cmd_id;
int fd;
} *raw;
} PACKED *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw));