1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/lightdm/musl-updwtmpx.patch
Taner Tas f73cb5c48e testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
2019-05-25 15:15:14 +02:00

13 lines
344 B
Diff

--- 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));