1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/xgammon/files/patch-ad

27 lines
394 B
Plaintext
Raw Normal View History

*** 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;
}