Update kernel headers to 3.16-rc5

This commit is contained in:
Stephen Hemminger 2014-07-14 11:56:33 -07:00
parent 0f6d24032f
commit 76723fd1c6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ enum {
#define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1)
/* VTI-mode i_flags */
#define VTI_ISVTI 0x0001
#define VTI_ISVTI ((__be16)0x0001)
enum {
IFLA_VTI_UNSPEC,