freebsd-ports/astro/sunclock/files/patch-sunclock.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
593 B
C

--- sunclock.h.orig 2006-10-14 14:25:18 UTC
+++ sunclock.h
@@ -238,7 +238,7 @@ typedef struct Sundata {
unsigned char * nightpixel; /* pointer to night pixels */
Pixel *vmfpixels; /* list of additional vmf 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 */