freebsd-ports/astro/phoon/files/patch-phoon.c
Michael Johnson 581d1f02c1 - Fix compile warnings
- Transfer MAINTAINER to submitter

PR:		ports/78566
Submitted by:	Søren Straarup <xride@x12.dk>
2005-03-09 09:09:44 +00:00

11 lines
407 B
C

--- phoon.c.orig Sun Mar 6 22:33:22 2005
+++ phoon.c Sun Mar 6 22:33:45 2005
@@ -354,7 +354,7 @@
struct tm* tmP;
double jd, pctphase, angphase, cphase, aom, cdist, cangdia, csund, csuang;
double phases[2], which[2];
- long clocknow;
+ time_t clocknow;
int atflrlen, atflridx, numcols, lin, col, midlin;
double mcap, yrad, xrad, y, xright, xleft;
int colright, colleft;