File tvheadend-gcc15.patch of Package tvheadend

 
Index: tvheadend-4.2.8/src/htsmsg.h
===================================================================
--- tvheadend-4.2.8.orig/src/htsmsg.h
+++ tvheadend-4.2.8/src/htsmsg.h
@@ -74,7 +74,7 @@ typedef struct htsmsg_field {
     } bin;
     htsmsg_t msg;
     double dbl;
-    int bool;
+    int boolean;
   } u;
 
 #if ENABLE_SLOW_MEMORYINFO
@@ -89,7 +89,7 @@ typedef struct htsmsg_field {
 #define hmf_bin     u.bin.data
 #define hmf_binsize u.bin.len
 #define hmf_dbl     u.dbl
-#define hmf_bool    u.bool
+#define hmf_bool    u.boolean
 
 // backwards compat
 #define htsmsg_get_map_by_field(f) htsmsg_field_get_map(f)
openSUSE Build Service is sponsored by