mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
--- 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); */
|