view mate/marco/musl.patch @ 586:1218a8f753b6

core/busybox: let's re-add /etc/inittab support While busybox has weird /etc/inittab support the predefined actions without it are too minimalistic so re-add the support for it but don't install an /etc/inittab file. The file /etc/inittab file is still installed with sysvinit but if someone wants to use busybox's init it should create its own /etc/inittab file with the busybox syntax and do not install sysvinit afterwards.
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:35:00 +0200
parents a766a7ab4d35
children
line wrap: on
line source

--- src/ui/theme.c.orig	2015-05-13 18:52:13.340057387 +0200
+++ src/ui/theme.c	2015-05-13 18:55:30.469306867 +0200
@@ -60,7 +60,8 @@
 #include <gtk/gtk.h>
 #include <string.h>
 #include <stdlib.h>
 #define __USE_XOPEN
+#define _XOPEN_SOURCE
 #include <math.h>
 
 #define GDK_COLOR_RGBA(color)                                           \