Fixed bsdGetSockOpt.

This commit is contained in:
yellows8 2018-05-09 22:07:54 -04:00
parent 2619142d78
commit 9c7ed03424

View File

@ -557,7 +557,7 @@ int bsdGetSockOpt(int sockfd, int level, int optname, void *optval, socklen_t *o
int sockfd;
int level;
int optname;
} *raw;
} PACKED *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw));