File: 70_fix-func-decl.patch

package info (click to toggle)
tcpspy 1.7d-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: ansic: 3,318; lex: 467; yacc: 204; makefile: 54; sh: 42
file content (16 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Date: Thu, 11 Dec 2025 21:03:34 +0500
Subject: fix function declaration for gcc-15
Forwarded: not-needed

--- a/rule_grammar.y
+++ b/rule_grammar.y
@@ -41,7 +41,7 @@
 
 RCSID("$Id: rule_grammar.y,v 1.6 2001/01/05 14:04:59 fyre Stab $");
 
-int yyerror ();
+int yyerror (char *s);
 extern int yylex ();
 
 extern int firstrule, gotrule;