X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=19f41e87193b9974615aca1e9ca3dd6484dbc1d5;hp=a9871f680ac596d88a068ac6e0ace4d79faea611;hb=838a00617ac09fbc0cb96d9117c87316b2a38e19;hpb=c12afe04a4fc8f18b0d4e280f973d1cd826e82e0;ds=sidebyside diff --git a/src/basic/missing.h b/src/basic/missing.h index a9871f680..19f41e871 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -133,6 +133,10 @@ #define NETLINK_LIST_MEMBERSHIPS 9 #endif +#ifndef SOL_SCTP +#define SOL_SCTP 132 +#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); @@ -975,6 +979,10 @@ static inline int setns(int fd, int nstype) { #define IFA_FLAGS 8 #endif +#ifndef IFA_F_MANAGETEMPADDR +#define IFA_F_MANAGETEMPADDR 0x100 +#endif + #ifndef IFA_F_NOPREFIXROUTE #define IFA_F_NOPREFIXROUTE 0x200 #endif