[systemd-commits] src/cgroup-util.c src/sd-daemon.h
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Jun 22 17:10:26 PDT 2010
src/cgroup-util.c | 2 +-
src/sd-daemon.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1d0ae74ae3228220f9c2668b15c02b1e941fb011
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jun 23 02:10:19 2010 +0200
minor typo fixes
diff --git a/src/cgroup-util.c b/src/cgroup-util.c
index 9337817..002c131 100644
--- a/src/cgroup-util.c
+++ b/src/cgroup-util.c
@@ -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;
diff --git a/src/sd-daemon.h b/src/sd-daemon.h
index 56fec98..7797047 100644
--- a/src/sd-daemon.h
+++ b/src/sd-daemon.h
@@ -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
More information about the systemd-commits
mailing list