This website requires JavaScript.
Explore
Help
Sign In
dasharo
/
systemd
Watch
0
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/Dasharo/systemd.git
synced
2026-03-06 15:02:31 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3cc2aff1abff9e34f9fec282d970204dc1eab6f1
systemd
/
src
/
initctl
History
Lennart Poettering
3cc2aff1ab
tree-wide: don't do assignments within if checks
...
Turn this: if ((r = foo()) < 0) { ... into this: r = foo(); if (r < 0) { ...
2015-09-09 08:20:20 +02:00
..
initctl.c
tree-wide: don't do assignments within if checks
2015-09-09 08:20:20 +02:00
Makefile
build-sys: add stub makefiles to all subdirs to ease development with emacs
2012-04-13 21:37:59 +02:00