blob: 5c2792cf8934690fafeb8e7e2b583c7b06f11603 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001From 7ff956e4088e0bdc6bfd429f99124a8a9256c181 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 6 Aug 2022 21:44:11 -0700
4Subject: [PATCH] libostree: Remove including sys/mount.h
5
6This conflicts with linux/mount.h which is included by linux/fs.h
7with glibc 2.36+
8
9Upstream-Status: Pending
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 src/libostree/ostree-sysroot-deploy.c | 1 -
13 1 file changed, 1 deletion(-)
14
15diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
16index 2dc9f58b..61b19e42 100644
17--- a/src/libostree/ostree-sysroot-deploy.c
18+++ b/src/libostree/ostree-sysroot-deploy.c
19@@ -23,7 +23,6 @@
20 #include <gio/gunixoutputstream.h>
21 #include <glib-unix.h>
22 #include <stdint.h>
23-#include <sys/mount.h>
24 #include <sys/statvfs.h>
25 #include <sys/socket.h>
26 #include <sys/ioctl.h>
27--
282.37.1
29