pkgsrc/cad/fasthenry/patches/patch-aq
dmcmahill ab8490f3bf - homepage has moved
- distfile has moved
- license has changed.  Patches are the result of de-fuzzing the
  old patches since the new source files have the new (less restrictive)
  license.
2004-09-20 02:08:58 +00:00

23 lines
743 B
Text

$NetBSD: patch-aq,v 1.2 2004/09/20 02:08:58 dmcmahill Exp $
--- src/zbuf/input.c.orig Tue Aug 3 22:22:22 2004
+++ src/zbuf/input.c
@@ -33,7 +33,8 @@ person or damage to property arising fro
operation of Software or Licensed Program(s) by LICENSEE or its customers.
*/
-
+#include <string.h>
+#include <time.h>
#include "mulGlobal.h"
#include "zbufGlobal.h"
@@ -1462,7 +1463,7 @@ Name **name_list;
surface *surf_list, *input_surfaces();
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;
extern char *kq_name_list;