summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-05 18:21:26 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-05 18:25:36 +0100
commit8ab49c12dcab02d9d83e63a93676d4fc8f709516 (patch)
treefa412e3c6970aa954797ee7e2bf230d37ee3a582 /src/systemd
parentfbe224e2032cfbd9ea664a64c5254756ce5b5448 (diff)
headers: fix git URLs for source files
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-daemon.h2
-rw-r--r--src/systemd/sd-readahead.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index 46dc7fd7e..eb2a60651 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -58,7 +58,7 @@ extern "C" {
You may find an up-to-date version of these source files online:
- http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h
+ http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h
http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c
This should compile on non-Linux systems, too, but with the
diff --git a/src/systemd/sd-readahead.h b/src/systemd/sd-readahead.h
index ee7e30606..afe6768c3 100644
--- a/src/systemd/sd-readahead.h
+++ b/src/systemd/sd-readahead.h
@@ -47,8 +47,8 @@ extern "C" {
You may find an up-to-date version of these source files online:
- http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.h
- http://cgit.freedesktop.org/systemd/plain/src/sd-readahead.c
+ http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-readahead.h
+ http://cgit.freedesktop.org/systemd/plain/src/readahead/sd-readahead.c
This should compile on non-Linux systems, too, but all functions
will become NOPs.