X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=981b7932524c6a02fc23e9b5465f22eb7d8e4d30;hp=af071bd37b7e873695e24e2bd00f4b643812e238;hb=076d998b73bf53e6652ea3ae4bed169e57423741;hpb=48c58760469983eae011281623a6204d8b581d2f diff --git a/src/basic/missing.h b/src/basic/missing.h index af071bd37..981b79325 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - #pragma once /*** @@ -979,6 +977,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