--- Gnu-Mach/kern/list.h 2020/09/02 04:45:22 1.1.1.1 +++ Gnu-Mach/kern/list.h 2020/09/02 04:49:58 1.1.1.2 @@ -31,9 +31,7 @@ #include #include - -#define structof(ptr, type, member) \ - ((type *)((char *)ptr - offsetof(type, member))) +#include /* * Structure used as both head and node.