The return type of time(3) is time_t.
This commit is contained in:
parent
a872404403
commit
0043259a12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20082
1 changed files with 11 additions and 0 deletions
11
x11/xskyroot/files/patch-ab
Normal file
11
x11/xskyroot/files/patch-ab
Normal 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();
|
Loading…
Reference in a new issue