]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/strjoina.cocci
fs-util: no need for fchmod_and_chown() to access /proc/self/fd directly
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
CommitLineData
81d62103
ZJS
1@@
2expression n, m;
3expression list s;
4@@
5- n = strjoina(m, s, NULL);
6+ n = strjoina(m, s);