diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-08 11:08:16 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-08 11:08:16 +0200 |
commit | 7b061de2d0601a33f7246c4b909f30ddc44d7ab6 (patch) | |
tree | 6b6378f2b4a2499b274ca1fd8c154554635e8156 /src/libsystemd | |
parent | 679327ab991edd0a13a0cff335ea5c9c8a7ef705 (diff) |
Compiling.
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/sd-rtnl/rtnl-types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-types.c b/src/libsystemd/sd-rtnl/rtnl-types.c index 5ae47900a3..455ae28d19 100644 --- a/src/libsystemd/sd-rtnl/rtnl-types.c +++ b/src/libsystemd/sd-rtnl/rtnl-types.c @@ -357,8 +357,8 @@ static const NLType rtnl_address_types[IFA_MAX + 1] = { /* [IFA_ANYCAST], [IFA_MULTICAST], -*/ [IFA_FLAGS] = { .type = NLA_U32 }, +*/ }; static const NLTypeSystem rtnl_address_type_system = { |