summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ak
blob: 21d53af50218a9b9018621abeb97372194933d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ak,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $

--- src/fasthenry/parse_command_line.c.orig	Tue Nov 12 14:18:47 1996
+++ src/fasthenry/parse_command_line.c	Thu Feb  8 19:33:56 2001
@@ -5,4 +5,5 @@
 #include "induct.h"
 #include <string.h>
+#include <time.h>
 #ifdef SOLARIS
 #include <sys/systeminfo.h>
@@ -525,5 +526,5 @@
 ind_opts *opts;
 {
-  long clock;
+  time_t clock;
   char hostname[BUFSIZ];