mcst-linux-kernel/patches-2024.06.26/sysvinit-2.88/0009-glibc-2.29-compat.patch

23 lines
673 B
Diff

diff -Naur orig/src/bootlogd.c new/src/bootlogd.c
--- orig/src/bootlogd.c 2019-08-13 10:22:40.441343670 +0000
+++ new/src/bootlogd.c 2019-08-13 10:23:49.502336012 +0000
@@ -32,6 +32,7 @@
*
*/
+#include <sys/sysmacros.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
diff -Naur orig/src/mountpoint.c new/src/mountpoint.c
--- orig/src/mountpoint.c 2019-08-13 10:22:40.429343671 +0000
+++ new/src/mountpoint.c 2019-08-13 10:23:17.661339543 +0000
@@ -23,6 +23,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <sys/sysmacros.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>