type *slh_first; /* first element */ \ } #define SLISTHEAD_INITIALIZER(head) \ { NULL } #define SENTRY(type) \ struct { \ struct type*sle_next /* next element */ \ } /* * Singly-linkedList access methods. */ Expand Down Expand@@ -318,8 +318,8 @@ struct {...