diff options
author | Taner Tas <taner76@gmail.com> | 2019-03-24 13:42:01 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-25 15:15:14 +0200 |
commit | f73cb5c48ec938020c59024cc75f7b7d19ec9b31 (patch) | |
tree | e25c4cddff01e939600844c749cd5764574999ee /testing/lightdm/musl-updwtmpx.patch | |
parent | 107990a8c66b184eb8c116f2697fc76627e8b722 (diff) | |
download | aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.bz2 aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.xz |
testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
Diffstat (limited to 'testing/lightdm/musl-updwtmpx.patch')
-rw-r--r-- | testing/lightdm/musl-updwtmpx.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/lightdm/musl-updwtmpx.patch b/testing/lightdm/musl-updwtmpx.patch deleted file mode 100644 index 1b21a46774..0000000000 --- a/testing/lightdm/musl-updwtmpx.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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)); |