diff -r 1c213cbf9da9 -r 4e699bd39b40 types.c --- a/types.c Fri Feb 08 14:39:34 2008 -0500 +++ b/types.c Fri Feb 15 09:31:20 2008 -0500 @@ -44,9 +44,9 @@ } /* RAZOR_IMMEDIATE and RAZOR_ENTRY_LAST must have the same value */ -#define RAZOR_ENTRY_LAST 0x2 -#define RAZOR_IMMEDIATE 0x2 -#define RAZOR_EMPTY_LIST 0x3 +#define RAZOR_ENTRY_LAST 0x80 +#define RAZOR_IMMEDIATE 0x80 +#define RAZOR_EMPTY_LIST 0xff void list_set_empty(struct list_head *head)