File: gcc-15.patch

package info (click to toggle)
libkysdk-base 2.2.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,672 kB
  • sloc: cpp: 16,219; ansic: 3,783; sh: 35; makefile: 34
file content (15 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097222

--- libkysdk-base-2.2.0.2.orig/src/log/format.h
+++ libkysdk-base-2.2.0.2/src/log/format.h
@@ -46,7 +46,7 @@ extern PrintFormat	klog_printformat;
 #endif
 
 extern int	getRecordDate(char* date) NOTNULL();
-extern void	loadFormatOptions();
+extern void	loadFormatOptions(int id);
 extern int	formatMessage(int lvl , const char *filename , const char *func , int linenum , const char *message , char* result , unsigned int resultSize) NOTNULL();
 
 #endif