From 9c7ed03424c40521fcf2858a4d7f5fcf5f3cf8e6 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 9 May 2018 22:07:54 -0400 Subject: [PATCH] Fixed bsdGetSockOpt. --- nx/source/services/bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/bsd.c b/nx/source/services/bsd.c index e737c0b4..14991cfd 100644 --- a/nx/source/services/bsd.c +++ b/nx/source/services/bsd.c @@ -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));