20 lines
679 B
Plaintext
20 lines
679 B
Plaintext
*** src/dhry_1.c.orig Mon Dec 1 20:36:11 1997
|
|
--- src/dhry_1.c Mon Dec 1 20:36:23 1997
|
|
***************
|
|
*** 78,84 ****
|
|
/* Measurements should last at least about 2 seconds */
|
|
#endif
|
|
#ifdef TIME
|
|
! extern long time();
|
|
/* see library function "time" */
|
|
#define Too_Small_Time 2
|
|
/* Measurements should last at least 2 seconds */
|
|
--- 78,84 ----
|
|
/* Measurements should last at least about 2 seconds */
|
|
#endif
|
|
#ifdef TIME
|
|
! extern time_t time();
|
|
/* see library function "time" */
|
|
#define Too_Small_Time 2
|
|
/* Measurements should last at least 2 seconds */
|