diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-09-13 13:44:47 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 20:08:54 +0200 |
commit | 0675cc4a02dfa3e7abc47d0c2117bf413b1d7698 (patch) | |
tree | 5e76bd4b2d5f2cf57e0b4445e2478789d8e1f4b9 /src | |
parent | 64e441d0cfebd4c13df100c429b9adf5f1aea56b (diff) |
daemon: Fix broken links to sd-daemon.c
Diffstat (limited to 'src')
-rw-r--r-- | src/systemd/sd-daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index b204e317be..fb7456d50f 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -59,7 +59,7 @@ extern "C" { You may find an up-to-date version of these source files online: http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h - http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c + http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/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. |