mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-12 17:46:59 +07:00
minor typo fixes
This commit is contained in:
parent
359957ee23
commit
1d0ae74ae3
@ -217,7 +217,7 @@ int cg_kill_recursive_and_wait(const char *controller, const char *path) {
|
||||
* SIGKILL */
|
||||
|
||||
for (i = 0; i < 10; i++) {
|
||||
int sig, r;
|
||||
int sig, r;
|
||||
|
||||
if (i <= 0)
|
||||
sig = SIGTERM;
|
||||
|
@ -49,7 +49,7 @@ extern "C" {
|
||||
- Detection of systemd boots
|
||||
|
||||
You may compile this with -DDISABLE_SYSTEMD to disable systemd
|
||||
support. This make all those calls NOPs that are directly related to
|
||||
support. This makes all those calls NOPs that are directly related to
|
||||
systemd (i.e. only sd_is_xxx() will stay useful).
|
||||
|
||||
Since this is drop-in code we don't want any of our symbols to be
|
||||
|
Loading…
Reference in New Issue
Block a user