summaryrefslogtreecommitdiff
path: root/astro/sunclock/files/patch-sunclock.h
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-09 03:14:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-09 03:14:17 +0000
commitae08c8950b3fcf7fca315bcb3bbbccfece0e2a09 (patch)
tree922f484196ac9d7f3f84468ac09c8ad3f0d4fee8 /astro/sunclock/files/patch-sunclock.h
parentFix formatting string bug (diff)
Add patch to fix compile in -CURRENT
Diffstat (limited to 'astro/sunclock/files/patch-sunclock.h')
-rw-r--r--astro/sunclock/files/patch-sunclock.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/sunclock/files/patch-sunclock.h b/astro/sunclock/files/patch-sunclock.h
new file mode 100644
index 000000000000..5c74ebaf16ea
--- /dev/null
+++ b/astro/sunclock/files/patch-sunclock.h
@@ -0,0 +1,11 @@
+--- sunclock.h.orig Sat Jul 21 11:49:41 2001
++++ sunclock.h Sat Dec 8 21:28:41 2001
+@@ -224,7 +224,7 @@
+ unsigned char * daypixel; /* pointer to day pixels */
+ unsigned char * nightpixel; /* pointer to night pixels */
+ int ncolors; /* number of colors in day pixels */
+- long time; /* time - real or fake, see flags */
++ time_t footime; /* time - real or fake, see flags */
+ long projtime; /* last time projected illumination */
+ long roottime; /* last time written to root */
+ long animtime; /* last time of animation */