8c2a95dbe2
* Mir starts up and is able to display system settings * x86_64 only for now, because at least ubuntu-app-test did not build on aarch64 Based on PureTryOut's work. Getting it to this stage was a huge effort (as it shows in the package count: 111(!)). See the merge request for details. [skip ci]: this won't finish in CI; ollieparanoid made sure that everything builds for x86_64.
13 lines
344 B
Diff
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));
|