diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-12-11 11:16:36 -0800 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2012-12-11 11:16:36 -0800 |
commit | 910773dc0df1131cbe5220d8b6971ae44a7221bd (patch) | |
tree | b69a566bd3deff75e2c3676ea069a7f723bade1b /include/linux/netlink.h | |
parent | 6abef21b3e74c27766737214a96fc20d5e3c0b0c (diff) |
Update kernel headers to 3.8-pre
Sanitized headers from net-next
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r-- | include/linux/netlink.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 78d5b8a5..ced0e1a7 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -1,5 +1,5 @@ -#ifndef _UAPI__LINUX_NETLINK_H -#define _UAPI__LINUX_NETLINK_H +#ifndef __LINUX_NETLINK_H +#define __LINUX_NETLINK_H #include <linux/socket.h> /* for __kernel_sa_family_t */ #include <linux/types.h> @@ -150,4 +150,4 @@ struct nlattr { #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) -#endif /* _UAPI__LINUX_NETLINK_H */ +#endif /* __LINUX_NETLINK_H */ |