The return type of time(3) is time_t.

This commit is contained in:
Steve Price 1999-07-05 16:33:13 +00:00
parent a872404403
commit 0043259a12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20082

View file

@ -0,0 +1,11 @@
--- 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();