diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-13 02:03:14 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-13 02:03:14 +0800 |
commit | 4f033d6ef88a7ecd785cbcef3d95b1e81a49c8bd (patch) | |
tree | 1cf528dbc55fb58e92710ae6741bdf23a01d8b68 /games/xrobots/files | |
parent | 784b3b2e2172b4322c11686c803a942cb40caf0f (diff) | |
download | freebsd-ports-gnome-4f033d6ef88a7ecd785cbcef3d95b1e81a49c8bd.tar.gz freebsd-ports-gnome-4f033d6ef88a7ecd785cbcef3d95b1e81a49c8bd.tar.zst freebsd-ports-gnome-4f033d6ef88a7ecd785cbcef3d95b1e81a49c8bd.zip |
Switch to new MASTER_SITE with different distfile.
Alter patch-aa to apply cleanly to new distfile.
Make myself MAINTAINER.
Diffstat (limited to 'games/xrobots/files')
-rw-r--r-- | games/xrobots/files/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/xrobots/files/patch-aa b/games/xrobots/files/patch-aa index afffedfb2a37..87414fe10e96 100644 --- a/games/xrobots/files/patch-aa +++ b/games/xrobots/files/patch-aa @@ -1,5 +1,5 @@ -*** score.c.orig Fri Nov 17 14:37:36 1989 ---- score.c Mon Jan 2 23:09:32 1995 +*** score.c.orig Thu Jan 22 09:58:52 1998 +--- score.c Sun Apr 12 14:00:32 1998 *************** *** 56,61 **** --- 56,62 ---- @@ -15,18 +15,18 @@ static SCORE scores[MAXSCORES]; -! void show_scores(), - new_high_score(), - load_scores(), +! void show_scores(), write_out_scores(); + + static void new_high_score(), --- 68,74 ---- static SCORE scores[MAXSCORES]; -! static void show_scores(), - new_high_score(), - load_scores(), +! static void show_scores(), write_out_scores(); + + static void new_high_score(), *************** *** 110,121 **** #ifndef SYSV |