From 51d976bceeaed2ffc478562ee923c0344295a517 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 8 Aug 2000 02:44:01 +0000 Subject: Use time_t instead of long for a couple of variables so this build again on the Alpha. --- www/fhttpd/files/patch-ah | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/fhttpd/files/patch-ah (limited to 'www/fhttpd') diff --git a/www/fhttpd/files/patch-ah b/www/fhttpd/files/patch-ah new file mode 100644 index 000000000000..b49f82d9568e --- /dev/null +++ b/www/fhttpd/files/patch-ah @@ -0,0 +1,11 @@ +--- fhttpd-log.cc.orig Sun Aug 6 17:59:14 2000 ++++ fhttpd-log.cc Sun Aug 6 17:59:53 2000 +@@ -211,7 +211,7 @@ + int argc1; + char **argv1; + int i,human=1; +-long t_sec,t_usec; ++time_t t_sec,t_usec; + __s32 requestid,clientid,instid, + nrequestid,nclientid,ninstid,n_t_sec,n_t_usec; + char *configfile=FHTTPD_CONFIG_FILE; -- cgit v1.2.3