a11d7a44b8
some 64 bit related compiler warnings to fix. - while here, use libffm if on an alpha for faster math. In this case 20-30% faster.
19 lines
575 B
Text
19 lines
575 B
Text
$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;
|