mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
11 lines
223 B
C
11 lines
223 B
C
--- 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();
|