X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetlink.c;h=b4de3ed7cf408cab076cb0c310fdf52a478c9d51;hb=b47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80;hp=ec358495946b5364380236ea6566661a3ff8d6d3;hpb=34c7bb50971af21c3d6152b61c7a55ddff4d09ee;p=openvswitch diff --git a/lib/netlink.c b/lib/netlink.c index ec358495..b4de3ed7 100644 --- a/lib/netlink.c +++ b/lib/netlink.c @@ -615,7 +615,7 @@ nl_parse_nested(const struct nlattr *nla, const struct nl_policy policy[], return nl_policy_parse(&buf, 0, policy, attrs, n_attrs); } -static const struct nlattr * +const struct nlattr * nl_attr_find__(const struct nlattr *attrs, size_t size, uint16_t type) { const struct nlattr *nla;