Displaying 1 result from an estimated 1 matches for "hidden_param_handl".
Did you mean:
  hidden_param_handler
  
2017 Jun 12
0
AIX packaging: src/plugin/quota does not build
...const char*)" and "struct quota_param_parser" is not allowed.
make[4]: [quota.lo] Error 1 (ignored)
The above issues I resolved by changing
/*
  * Sigh, xlc and Compound Literals
  *
struct quota_param_parser quota_param_hidden = {.param_name = "hidden", 
.param_handler = hidden_param_handler};
struct quota_param_parser quota_param_ignoreunlimited = {.param_name = 
"ignoreunlimited", .param_handler = ignoreunlim_param_handler};
struct quota_param_parser quota_param_noenforcing = {.param_name = 
"noenforcing", .param_handler = noenforcing_param_handler};
struct quot...