Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
7de9aac2f76fd84a00a5e1991a4db00dea6cd601
7de9aac2f76fd84a00a5e1991a4db00dea6cd601
coccinelle
strjoina.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ expression n, m; expression list s; @@ - n = strjoina(m, s, NULL); + n = strjoina(m, s);