chiark / gitweb /
pam_elogind compiling
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-types.c
index bf7278fe449037eeeb5296ce4bffa04b6861ab5d..455ae28d19387f47fd06b9d8752248403c91a914 100644 (file)
@@ -357,10 +357,8 @@ static const NLType rtnl_address_types[IFA_MAX + 1] = {
 /*
         [IFA_ANYCAST],
         [IFA_MULTICAST],
-*/
-#ifdef IFA_FLAGS
         [IFA_FLAGS]             = { .type = NLA_U32 },
-#endif
+*/
 };
 
 static const NLTypeSystem rtnl_address_type_system = {