File: gcc-15.patch

package info (click to toggle)
python-easysnmp 0.2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 3,735; python: 1,410; makefile: 161
file content (15 lines) | stat: -rw-r--r-- 415 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/1097678

--- python-easysnmp-0.2.6.orig/easysnmp/interface.c
+++ python-easysnmp-0.2.6/easysnmp/interface.c
@@ -261,7 +261,7 @@ void __libraries_init()
                        NETSNMP_OID_OUTPUT_SUFFIX);
 }
 
-void __libraries_free()
+void __libraries_free(void *unused)
 {
     snmp_shutdown(APPNAME);
 }