diff -r 1c213cbf9da9 -r 832743d47157 types.c --- a/types.c Fri Feb 08 14:39:34 2008 -0500 +++ b/types.c Mon Feb 11 09:50:17 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)