summaryrefslogtreecommitdiff
path: root/cad/sis/files/patch-ad
blob: 21f1489fb1d262ce874e3aafbfd11b25415a8f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- nova/anneal_code.c.orig	Fri Apr 22 21:02:21 1994
+++ nova/anneal_code.c	Thu Jan 27 22:17:11 2000
@@ -195,7 +195,7 @@
 * Assign nodes initial encodings prior to annealing
 */
 
-    long time();
+    time_t time();
     int i,new_code,increment,range,seed,trandom();
 
     /* seed = (int) time(0); */