diff options
author | Tom Gundersen <teg@jklm.no> | 2014-05-10 20:15:52 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-10 20:56:37 +0200 |
commit | 66269b05cf31ef5d8f83a7150c314bf35ee8a35e (patch) | |
tree | 05d730cd2b874f9b1ba0a5f0a1200410711e1513 /src/shared/missing.h | |
parent | 26349add97c8e9bfd26f2f16d61dd80a324f504e (diff) |
rtnl: message - read group membership of incoming messages
Diffstat (limited to 'src/shared/missing.h')
-rw-r--r-- | src/shared/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index d5ec2f8051..716d3b8f18 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -105,6 +105,10 @@ #endif #endif +#ifndef SOL_NETLINK +#define SOL_NETLINK 270 +#endif + #if !HAVE_DECL_PIVOT_ROOT static inline int pivot_root(const char *new_root, const char *put_old) { return syscall(SYS_pivot_root, new_root, put_old); |