File: gcc-15.patch

package info (click to toggle)
uronode 2.15-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: ansic: 6,354; sh: 289; makefile: 102
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fixes build failure in gcc-15
Author: Dave Hibberd <hibby@debian.org>
Forwarded: no
Last-Update: 2025-09-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/command.c
+++ b/command.c
@@ -29,7 +29,7 @@
 
 int meminfo(const char *s);
 
-int kill();
+int kill(pid_t pid, int sig);
 
 void init_nodecmds(void)
 {