diff options
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/utils.c b/lib/utils.c index 124a458..a20f36c 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1219,6 +1219,15 @@ int nl_has_capability (int capability) NL_CAPABILITY_VERSION_3_5_0, NL_CAPABILITY_NL_OBJECT_IDENTICAL_PARTIAL, NL_CAPABILITY_VERSION_3_6_0), + _NL_SET (4, + NL_CAPABILITY_VERSION_3_7_0, + 0, + 0, + 0, + 0, + 0, + 0, + 0), /* IMPORTANT: these capability numbers are intended to be universal and stable * for libnl3. Don't allocate new numbers on your own that differ from upstream * libnl3. |