mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
|
--- news_arc.c.orig Sun Jun 20 13:06:45 1999
|
||
|
+++ news_arc.c Sun Jun 20 13:07:05 1999
|
||
|
@@ -855,7 +855,7 @@
|
||
|
int seqnum;
|
||
|
int zfill;
|
||
|
{
|
||
|
- long time();
|
||
|
+ time_t time();
|
||
|
struct tm *localtime();
|
||
|
|
||
|
long clk;
|