mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
--- astro.c.orig Mon May 31 09:06:03 1999
|
|
+++ astro.c Mon May 31 09:06:18 1999
|
|
@@ -7,7 +7,7 @@
|
|
#include <math.h>
|
|
#include "mathlocal.h"
|
|
|
|
-long time();
|
|
+time_t time();
|
|
long jdate();
|
|
double jtime();
|
|
double gmst();
|