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)
 {
