aboutsummaryrefslogtreecommitdiff
path: root/games/xgammon/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/xgammon/files/patch-ad')
-rw-r--r--games/xgammon/files/patch-ad26
1 files changed, 0 insertions, 26 deletions
diff --git a/games/xgammon/files/patch-ad b/games/xgammon/files/patch-ad
deleted file mode 100644
index dbaf5ce1c76d..000000000000
--- a/games/xgammon/files/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
-*** 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;
- }