summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fasthenry/patches/patch-ak')
-rw-r--r--cad/fasthenry/patches/patch-ak17
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-ak b/cad/fasthenry/patches/patch-ak
new file mode 100644
index 00000000000..21d53af5021
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ak
@@ -0,0 +1,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];
+