From d5a2dcf8c7a79dc2afc3d8b5e8017688b9160e77 Mon Sep 17 00:00:00 2001 From: Sean Hunt Date: Sat, 4 Apr 2015 00:39:11 -0400 Subject: [PATCH] Fix the Unix build. --- src/files.c | 2 +- sys/unix/Makefile.top | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.c b/src/files.c index 9bc152726..9e92004b6 100644 --- a/src/files.c +++ b/src/files.c @@ -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; { diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index f9cb7b8d5..15de1930f 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -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):