]> granicus.if.org Git - nethack/commitdiff
Fix the Unix build.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Sat, 4 Apr 2015 04:39:11 +0000 (00:39 -0400)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Sat, 4 Apr 2015 04:39:11 +0000 (00:39 -0400)
src/files.c
sys/unix/Makefile.top

index 9bc152726867f78731cca9bf5839781659484469..9e92004b6f87663c7afe3b76336eeb5e4b9aeaa9 100644 (file)
@@ -3324,7 +3324,7 @@ const char *filename;
 #define PASSAGESCOPE 3
 
 void
-read_tribute(tribsection, tribtitle, tribpassage, text, maxtextlines)
+read_tribute(tribsection, tribtitle, tribpassage)
 char *tribsection, *tribtitle;
 int  tribpassage;
 {
index f9cb7b8d5b58c8cc240af7d0aa21c2d541e38002..15de1930faa7ded09715543d6d8ebc73b8037a07 100644 (file)
@@ -87,7 +87,7 @@ SPEC_LEVS = asmodeus.lev baalz.lev bigrm-?.lev castle.lev fakewiz?.lev \
 QUEST_LEVS = ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev
 
 DATNODLB = $(VARDATND) license
-DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD)
+DATDLB = $(DATHELP) dungeon $(SPEC_LEVS) $(QUEST_LEVS) $(VARDATD) tribute
 DAT = $(DATNODLB) $(DATDLB)
 
 $(GAME):