Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | tree-wide: drop redundant if checks before safe_close() | Lennart Poettering | |
Replace this: if (fd >= 0) safe_close(fd); by this: safe_close(fd); |
index : ~lukeshu/systemd | ||
Unnamed repository; edit this file 'description' to name the repository. | git-mirror |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | tree-wide: drop redundant if checks before safe_close() | Lennart Poettering | |
Replace this: if (fd >= 0) safe_close(fd); by this: safe_close(fd); |