summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'cad/fasthenry/patches/patch-ap')
-rw-r--r--cad/fasthenry/patches/patch-ap19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-ap b/cad/fasthenry/patches/patch-ap
new file mode 100644
index 00000000000..82719c34283
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ap
@@ -0,0 +1,19 @@
+$NetBSD: patch-ap,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $
+
+--- src/zbuf/input.c.orig Tue Nov 12 14:18:56 1996
++++ src/zbuf/input.c Thu Feb 8 19:42:47 2001
+@@ -32,5 +32,6 @@
+ of this software.
+ */
+-
++#include <string.h>
++#include <time.h>
+ #include "mulGlobal.h"
+ #include "zbufGlobal.h"
+@@ -1461,5 +1462,5 @@
+ char infile[BUFSIZ], *ctime(), hostname[BUFSIZ];
+ charge *read_panels(), *chglist;
+- long clock;
++ time_t clock;
+ extern ITER *kill_num_list, *qpic_num_list, *kinp_num_list, *kq_num_list;
+ extern char *kill_name_list, *qpic_name_list, *kinp_name_list;