systemd: merge branch systemd into master

This commit is contained in:
Thomas Haller
2019-01-07 08:47:17 +01:00
12 changed files with 51 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ int safe_close(int fd) {
return -1;
}
void safe_close_pair(int p[]) {
void safe_close_pair(int p[static 2]) {
assert(p);
if (p[0] == p[1]) {