You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-board/xgammon/files/xgammon-0.98-broken.patch

16 lines
263 B

--- xgammon/lib/db.c.orig Sat Jan 6 12:14:12 2001
+++ xgammon/lib/db.c Sat Jan 6 12:13:56 2001
@@ -259,10 +259,11 @@
close(fid);
}
-void main()
+int main()
{
set_binom();
set_naufm();
set_offset();
set_V_Werte();
+ return(0);
}