Use time_t.

This commit is contained in:
Christian Weisgerber 2002-08-17 11:32:54 +00:00
parent ed3ddf93c4
commit 767f15aedc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64602

View 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();