We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__attribute__((__packed__))
1 parent c1807a1 commit be89dffCopy full SHA for be89dff
src/util/kmod.c
@@ -37,7 +37,7 @@ bool ffKmodLoaded(const char* modName)
37
#include <sys/module.h>
38
#include <sys/param.h>
39
40
-typedef struct FFNbsdModList
+typedef struct __attribute__((__packed__)) FFNbsdModList
41
{
42
int len;
43
modstat_t mods[];
0 commit comments