util/list: Silence macro-redefined warning on macOS.
In file included from ../src/util/u_queue.h:39: ../src/util/list.h:170:9: warning: 'LIST_ENTRY' macro redefined [-Wmacro-redefined] ^ /usr/include/sys/queue.h:427:9: note: previous definition is here ^
Signed-off-by: Vinson Lee vlee@freedesktop.org