diff options
author | Michael Biebl <biebl@debian.org> | 2012-02-13 17:46:46 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-02-13 17:49:09 +0100 |
commit | a26c9cc60477acacf3a147009894bd837353ed6c (patch) | |
tree | 79e97d6373aff7d97d2a1d9efc58ab7bdd7fe090 /src/systemd/sd-daemon.h | |
parent | 15e9fbd851c15ecaad4888932584f37dcd26111a (diff) | |
download | systemd-a26c9cc60477acacf3a147009894bd837353ed6c.tar.gz |
Fix broken Git repository URLs
Diffstat (limited to 'src/systemd/sd-daemon.h')
-rw-r--r-- | src/systemd/sd-daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index 7b664bf42a..fe51159ee6 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -58,8 +58,8 @@ extern "C" { You may find an up-to-date version of these source files online: - http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h - http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c + http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h + http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c This should compile on non-Linux systems, too, but with the exception of the sd_is_xxx() calls all functions will become NOPs. |