summaryrefslogtreecommitdiff
path: root/astro/gkrellsun/files/patch-gkrellsun.c
diff options
context:
space:
mode:
Diffstat (limited to 'astro/gkrellsun/files/patch-gkrellsun.c')
-rw-r--r--astro/gkrellsun/files/patch-gkrellsun.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/astro/gkrellsun/files/patch-gkrellsun.c b/astro/gkrellsun/files/patch-gkrellsun.c
deleted file mode 100644
index 10dd7d4117c8..000000000000
--- a/astro/gkrellsun/files/patch-gkrellsun.c
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- gkrellsun.c.orig Thu Aug 15 15:32:05 2002
-+++ gkrellsun.c Thu Aug 15 15:35:13 2002
-@@ -92,8 +92,9 @@
- static void update_sun_data(Sun * sun)
- {
- struct tm *time_struc; /* The tm struct is defined in <time.h> */
-+ time_t current_gmt;
- gdouble local_std_time, univ_time, eot;
-- glong current_gmt, date;
-+ glong date;
- gint day_of_month, month, year;
-
- current_gmt = time(CurrentTime); /* CurrentTime defined in <X11/X.h> */