mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Use time_t.
This commit is contained in:
parent
ed3ddf93c4
commit
767f15aedc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64602
1 changed files with 14 additions and 0 deletions
14
astro/wmspaceweather/files/patch-wmSpaceWeather.c
Normal file
14
astro/wmspaceweather/files/patch-wmSpaceWeather.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- wmSpaceWeather.c.orig Sat Aug 17 13:26:47 2002
|
||||
+++ wmSpaceWeather.c Sat Aug 17 13:27:10 2002
|
||||
@@ -115,7 +115,7 @@
|
||||
int i, n, s, k, m, dt1, dt2;
|
||||
int Year, Month, Day, DayOfMonth, OldDayOfMonth;
|
||||
int Hours, Mins, Secs, OldSecs, xoff, D[10], xsize;
|
||||
-long CurrentLocalTime;
|
||||
+time_t CurrentLocalTime;
|
||||
int height, UpToDate, LEDOn;
|
||||
double UT, TU, TU2, TU3, T0, gmst, hour24();
|
||||
|
Loading…
Add table
Reference in a new issue