aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm/musl-updwtmpx.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-06-02 19:02:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-06-02 19:02:10 +0000
commit9b83bc7c86649236cd4f3007037023c7d23063bf (patch)
tree9a1fab8300b777b320900c7b3911ecdb457c6439 /testing/lightdm/musl-updwtmpx.patch
parent653c0a58d564548fe8ba49fc50ffc85a08553576 (diff)
downloadaports-9b83bc7c86649236cd4f3007037023c7d23063bf.tar.bz2
aports-9b83bc7c86649236cd4f3007037023c7d23063bf.tar.xz
testing/lightdm: upgrade to 1.10.1
Diffstat (limited to 'testing/lightdm/musl-updwtmpx.patch')
-rw-r--r--testing/lightdm/musl-updwtmpx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/lightdm/musl-updwtmpx.patch b/testing/lightdm/musl-updwtmpx.patch
new file mode 100644
index 0000000000..106e366e16
--- /dev/null
+++ b/testing/lightdm/musl-updwtmpx.patch
@@ -0,0 +1,13 @@
+--- ./src/session-child.c.orig
++++ ./src/session-child.c
+@@ -198,8 +198,8 @@
+ }
+
+ /* GNU provides this but we can't rely on that so let's make our own version */
+-static void
+-updwtmpx (const gchar *wtmp_file, struct utmpx *ut)
++void
++updwtmpx (const char *wtmp_file, const struct utmpx *ut)
+ {
+ struct utmp u;
+