patch-sunclock_h 681 B

12345678910111213
  1. $OpenBSD: patch-sunclock_h,v 1.2 2007/04/01 16:04:06 naddy Exp $
  2. --- sunclock.h.orig Tue Jun 20 22:23:14 2006
  3. +++ sunclock.h Sat Jan 13 15:57:52 2007
  4. @@ -238,7 +238,7 @@ typedef struct Sundata {
  5. unsigned char * nightpixel; /* pointer to night pixels */
  6. Pixel *vmfpixels; /* list of additional vmf pixels */
  7. int ncolors; /* number of colors in day pixels */
  8. - long time; /* time - real or fake, see flags */
  9. + time_t time; /* time - real or fake, see flags */
  10. long projtime; /* last time projected illumination */
  11. long roottime; /* last time written to root */
  12. long animtime; /* last time of animation */