freebsd-ports/games/xgammon/files/patch-ad
Thomas Gellekum 6ea18d7a8c Import of xgammon, a backgammon game for X11.
The do-extract rule is extremely ugly;  I just don't
want to write a general tool for RedHats rpm format...
1997-01-03 08:15:44 +00:00

26 lines
394 B
Text

*** lib/db.c.orig Sat Aug 26 19:56:39 1995
--- lib/db.c Sat Apr 27 16:40:25 1996
***************
*** 259,268 ****
close(fid);
}
! void main()
{
set_binom();
set_naufm();
set_offset();
set_V_Werte();
}
--- 259,269 ----
close(fid);
}
! main()
{
set_binom();
set_naufm();
set_offset();
set_V_Werte();
+ return 0;
}