Update kernel headers to 3.9-rc5

This commit is contained in:
Stephen Hemminger 2013-04-01 11:56:36 -07:00
parent f0124b0f0a
commit a6d55bf0a0
1 changed files with 3 additions and 1 deletions

View File

@ -39,9 +39,11 @@ enum {
UNIX_DIAG_MEMINFO,
UNIX_DIAG_SHUTDOWN,
UNIX_DIAG_MAX,
__UNIX_DIAG_MAX,
};
#define UNIX_DIAG_MAX (__UNIX_DIAG_MAX - 1)
struct unix_diag_vfs {
__u32 udiag_vfs_ino;
__u32 udiag_vfs_dev;