aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-server/files/patch-ak
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-05-08 13:51:37 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-05-08 13:51:37 +0000
commit893dd4b607b19f8c30c7cd0137a417d00672e16d (patch)
treea6747c7c4cea0b210c82c9ea122b4be88c6927b3 /games/crossfire-server/files/patch-ak
parentf4ac412cac3323952e286907f1f65b5bd79b66dd (diff)
downloadports-893dd4b607b19f8c30c7cd0137a417d00672e16d.tar.gz
ports-893dd4b607b19f8c30c7cd0137a417d00672e16d.zip
Update to newest version 0.94.1
Make port PREFIX clean solve gettimeofday compile problem (patch-ao) sanitize order of header file inclusion in common/porting.c so that MIN and MAX don't get redefined (patch-ap) updated PLIST added dirrm statements in PLIST to allow proper removal of package
Notes
Notes: svn path=/head/; revision=10910
Diffstat (limited to 'games/crossfire-server/files/patch-ak')
-rw-r--r--games/crossfire-server/files/patch-ak18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/crossfire-server/files/patch-ak b/games/crossfire-server/files/patch-ak
index d4c332524611..56af0748e854 100644
--- a/games/crossfire-server/files/patch-ak
+++ b/games/crossfire-server/files/patch-ak
@@ -1,11 +1,11 @@
---- server/skills.c.orig Tue Sep 16 03:44:12 1997
-+++ server/skills.c Tue Sep 16 03:44:27 1997
-@@ -1007,7 +1007,7 @@
- int write_scroll (object *pl, object *scroll) {
+--- server/skills.c.orig Thu Apr 16 04:07:47 1998
++++ server/skills.c Thu May 7 21:03:01 1998
+@@ -1057,7 +1057,7 @@
- int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl);
-- object *newScroll;
-+ object *newScroll = NULL;
+ int write_scroll (object *pl, object *scroll) {
+ int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl);
+- object *newScroll;
++ object *newScroll = NULL;
- /* this is a sanity check */
- if (scroll->type!=SCROLL){
+ /* this is a sanity check */
+ if (scroll->type!=SCROLL) {