Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600740
en ru br
ALT Linux repos
S:4.0.0-alt2_30

Group :: Games/Other
RPM: xskat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xskat-c99.patch
Download


Avoid implicit ints, to improve compatibility with future compilers
which may rejected them by default.
diff --git a/null.c b/null.c
index 435025ded8ecb0b7..7ba7ed2bcfbb8715 100644
--- a/null.c
+++ b/null.c
@@ -179,6 +179,7 @@ int f;
 }
 
 int minmaxfb(f,fb)
+int f,fb;
 {
   int i,j=-1;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin