Change to a slighly extended version of 2.6.18 header kernel headers.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
This commit is contained in:
Stephen Hemminger 2006-09-25 17:00:26 -07:00
parent 45719416f9
commit 93576793a1
1 changed files with 2 additions and 1 deletions

View File

@ -238,8 +238,9 @@ enum rt_class_t
RT_TABLE_DEFAULT=253,
RT_TABLE_MAIN=254,
RT_TABLE_LOCAL=255,
RT_TABLE_MAX=0xFFFFFFFF,
__RT_TABLE_MAX
};
#define RT_TABLE_MAX (__RT_TABLE_MAX - 1)