2013-09-26 17:14:40 +02:00

22 lines
556 B
Plaintext

$NetBSD: patch-ak,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
--- src/fasthenry/parse_command_line.c.orig Tue Aug 3 22:17:15 2004
+++ src/fasthenry/parse_command_line.c
@@ -38,6 +38,7 @@ operation of Software or Licensed Progra
#include "induct.h"
#include <string.h>
+#include <time.h>
#ifdef SOLARIS
#include <sys/systeminfo.h>
#endif
@@ -558,7 +559,7 @@ ind_opts *opts;
fix_and_print_opts(opts)
ind_opts *opts;
{
- long clock;
+ time_t clock;
char hostname[BUFSIZ];
fprintf(stdout, "Running FastHenry %s (%s)\n", FHVERSION, FHDATE);