openbsd-ports/misc/bible-kjv/patches/patch-makeindex_c
naddy 5b29c1edec Import bible-kjv 4.26.
bible-kjv (formerly Bible Retrieval System) is a text-retrieval
program and user interface which is primarily designed to operate
on the included text and concordance of the King James translation
of the Bible, although it could, in principle, be used for any
text.  The search/browse engine allows searching and reading
passages from scripture.  Includes full concordance.
2011-09-19 20:20:42 +00:00

13 lines
319 B
Plaintext

$OpenBSD: patch-makeindex_c,v 1.1.1.1 2011/09/19 20:20:42 naddy Exp $
--- makeindex.c.orig Sun Sep 18 17:41:45 2011
+++ makeindex.c Sun Sep 18 17:41:59 2011
@@ -94,7 +94,7 @@
int main(int argc,char **argv)
{
FILE *fp;
- long t;
+ time_t t;
long cur_line;
long offset;
char textbuff[TBSIZE];