K 10 svn:author V 3 dim K 8 svn:date V 27 2020-08-06T19:31:52.831649Z K 7 svn:log V 355 Apply tentative fix for clang 11 warning in pam_exec(8): lib/libpam/modules/pam_exec/pam_exec.c:222:56: error: format specifies type 'char *' but the argument has type 'const void *' [-Werror,-Wformat] if (asprintf(&envstr, "%s=%s", pam_item_env[i].name, item) < 0) ~~ ^~~~ END