Control: tags -1 patch
Thanks

I would love to push this patch to a repository in Salsa.

Kind regards
   Andreas.

-- 
https://fam-tille.de
Author: Andreas Tille <ti...@debian.org>
Last-Update: 2025-07-21
Bug-Debian: https://bugs.debian.org/1097960
Description: Fix old-style function definition to build with gcc-15

--- a/src/lockfile.c
+++ b/src/lockfile.c
@@ -163,8 +163,7 @@ filelist_print (Filelist * fl, FILE * f)
 
 
 static int
-chown_uucp (fd)
-     int fd;
+chown_uucp (int fd)
 {
   static int uuid = -1, ugid;
   struct passwd *pw;

Reply via email to