summaryrefslogtreecommitdiff
path: root/core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-13 10:43:29 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-13 10:43:29 +0200
commit435c057e31699c734b0aabb46c2d9a4f647f1367 (patch)
treeef2aff16463c36475e3e39c59f27a4c4fa94303c /core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch
parent4e93709c6f760c133cf59fe25e8a3b81e6326d0f (diff)
parent66cb4a487ad73063c6b000279a5d5558fb7603f5 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeakup/PKGBUILD community/lxnm/PKGBUILD community/notmuch/PKGBUILD community/pidgin-lwqq/PKGBUILD community/python2-numexpr/PKGBUILD core/systemd/PKGBUILD extra/evolution-data-server/PKGBUILD extra/fakechroot/PKGBUILD extra/fsarchiver/PKGBUILD extra/gifsicle/PKGBUILD extra/i8kutils/PKGBUILD extra/msmtp/PKGBUILD extra/xfce4-power-manager/PKGBUILD
Diffstat (limited to 'core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch')
-rw-r--r--core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch b/core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch
deleted file mode 100644
index dee8e549e..000000000
--- a/core/systemd/0001-login-add-missing-_public_-to-sd_get_machine_names.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 4d5fb96252d289e7899bc0bb87262127d19de949 Mon Sep 17 00:00:00 2001
-From: Lennart Poettering <lennart@poettering.net>
-Date: Tue, 7 May 2013 12:47:30 +0200
-Subject: [PATCH] login: add missing _public_ to sd_get_machine_names()
-
----
- src/login/sd-login.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/login/sd-login.c b/src/login/sd-login.c
-index 66c4487..d0dc42f 100644
---- a/src/login/sd-login.c
-+++ b/src/login/sd-login.c
-@@ -591,7 +591,7 @@ _public_ int sd_get_uids(uid_t **users) {
- return r;
- }
-
--int sd_get_machine_names(char ***machines) {
-+_public_ int sd_get_machine_names(char ***machines) {
- _cleanup_closedir_ DIR *d = NULL;
- _cleanup_strv_free_ char **l = NULL;
- _cleanup_free_ char *md = NULL;
---
-1.8.2.2
-