summaryrefslogtreecommitdiff
path: root/astro/wmsun/files/patch-wmSun.c
diff options
context:
space:
mode:
Diffstat (limited to 'astro/wmsun/files/patch-wmSun.c')
-rw-r--r--astro/wmsun/files/patch-wmSun.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/wmsun/files/patch-wmSun.c b/astro/wmsun/files/patch-wmSun.c
index a87af2c10a3d..15ca2738a13c 100644
--- a/astro/wmsun/files/patch-wmSun.c
+++ b/astro/wmsun/files/patch-wmSun.c
@@ -3,10 +3,10 @@ $FreeBSD$
--- wmSun.c.orig Thu Aug 15 18:04:04 2002
+++ wmSun.c Thu Aug 15 18:06:24 2002
-@@ -129,7 +129,8 @@
- int Year, Month, DayOfWeek, OldLocalDayOfMonth;
- int LocalDayOfMonth, DayOfMonth;
+@@ -76,7 +76,8 @@
+ int LocalDayOfMonth, DayOfMonth;
int Hours, Mins, Secs, OldSecs, digit, xoff, xsize;
+ int OldMins;
- long CurrentLocalTime, CurrentGMTTime, date;
+ time_t CurrentLocalTime, CurrentGMTTime;
+ long date;