]> tinc-vpn.org Git - tinc/blobdiff - src/subnet.h
Disable function attributes on unsupported compilers
[tinc] / src / subnet.h
index ad0a8b8d1827d99d1298f5166d2cffee6c9c3a14..016aa54792ef431f8d3e1dab522ec0f9274ef963 100644 (file)
@@ -65,7 +65,7 @@ typedef struct subnet_t {
 extern splay_tree_t subnet_tree;
 
 extern int subnet_compare(const struct subnet_t *a, const struct subnet_t *b);
-extern subnet_t *new_subnet(void) __attribute__((__malloc__));
+extern subnet_t *new_subnet(void) ATTR_MALLOC;
 extern void free_subnet(subnet_t *subnet);
 extern void init_subnets(void);
 extern void exit_subnets(void);