diff options
Diffstat (limited to 'community/lightdm/musl-updwtmpx.patch')
-rw-r--r-- | community/lightdm/musl-updwtmpx.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/lightdm/musl-updwtmpx.patch b/community/lightdm/musl-updwtmpx.patch new file mode 100644 index 0000000000..1b21a46774 --- /dev/null +++ b/community/lightdm/musl-updwtmpx.patch @@ -0,0 +1,13 @@ +--- a/src/session-child.c ++++ b/src/session-child.c +@@ -193,8 +193,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; + memset (&u, 0, sizeof (u)); |