From 9b83bc7c86649236cd4f3007037023c7d23063bf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 2 Jun 2014 19:02:10 +0000 Subject: testing/lightdm: upgrade to 1.10.1 --- testing/lightdm/musl-updwtmpx.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/lightdm/musl-updwtmpx.patch (limited to 'testing/lightdm/musl-updwtmpx.patch') 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; + -- cgit v1.2.3