$OpenBSD: patch-src_utils_lib_fst_hash_c,v 1.1 2015/12/23 14:46:06 dcoppa Exp $

commit cca5f2d631c790ffc79e7533653315c8acb85875
Author: Christopher Meng <i@cicku.me>
Date:   Thu Mar 5 07:41:14 2015 -0500

Fix compilation errors with gcc5

--- src/utils/lib/fst_hash.c.orig	Wed Dec 23 14:52:37 2015
+++ src/utils/lib/fst_hash.c	Wed Dec 23 14:52:55 2015
@@ -197,7 +197,7 @@ unsigned short fst_hash_checksum (unsigned char *hash)
 /*****************************************************************************/
 
 // hash file
-int fst_hash_file (unsigned char *fth, char *file, int64 filesize)
+int fst_hash_file (unsigned char *fth, char *file, int64_t filesize)
 {
   FILE *fp;
   unsigned char *buf;
@@ -271,7 +271,7 @@ int fst_hash_file (unsigned char *fth, char *file, int
 }
 
 
-void fst_hash_string (unsigned char *fth, unsigned char *file, int64 filesize)
+void fst_hash_string (unsigned char *fth, unsigned char *file, int64_t filesize)
 {
   unsigned char * buf = file;
   size_t len = filesize;
