dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib/genl
Коренберг Марк (ноутбук дома) 787f14dbe3 genl/family flags can be damaged during the auto-indentation.
"-" was never used in the names of the flags. "_" was used in all places
of the library. So, I just changed the undescore to the minus.

Automatic indentation can insert spaces on either side of the minus,
so the library will be compiled, but will not be usable (in this part of the code),
as the parser will split words by white space, and the flag "admin - perm"
will never work.
2012-10-19 22:16:44 +06:00
..
ctrl.c genl_ctrl_probe_by_name: fix checking of genlmsg_put() return value 2012-08-30 22:53:54 +06:00
family.c genl/family flags can be damaged during the auto-indentation. 2012-10-19 22:16:44 +06:00
genl.c Fix types-related warnings based on clang diagnostics 2012-06-13 13:30:26 +02:00
mngt.c genl: Support registration of families without depending on caches 2012-06-01 11:48:08 +02:00