mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
893dd4b607
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
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
--- 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 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) {
|