summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches/patch-ap
blob: 82719c34283ab29587ea87f52d6fd4eeca600e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;