summaryrefslogtreecommitdiff
path: root/astro/ephem/files/patch-watch.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-24 23:18:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-24 23:18:05 +0000
commit409980699ad842ffcaf52d6c4ecd6641b48ee262 (patch)
tree7e783f4aae1d0ed395586b179cdd2da5c890bbc3 /astro/ephem/files/patch-watch.c
parent- Update to 2.0.5 (diff)
- Fix build with gcc41
- Update maintainer's address PR: ports/108190 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
Notes
Notes: svn path=/head/; revision=183226
Diffstat (limited to 'astro/ephem/files/patch-watch.c')
-rw-r--r--astro/ephem/files/patch-watch.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/astro/ephem/files/patch-watch.c b/astro/ephem/files/patch-watch.c
new file mode 100644
index 000000000000..295281edaf6c
--- /dev/null
+++ b/astro/ephem/files/patch-watch.c
@@ -0,0 +1,16 @@
+--- watch.c.orig Sun Jan 21 21:14:29 2007
++++ watch.c Sun Jan 21 21:16:30 2007
+@@ -51,6 +51,13 @@
+
+ static int trails; /* !0 if want to leave trails */
+
++static watch_sky(int style, Now *np, double tminc, int wbodies);
++static watch_solarsystem(Now *np, double tminc, int wbodies);
++static set_ss(LastDraw *lp, double dist, double lg, double lt, char tag);
++static set_screencoords(LastDraw lp[], int np);
++static safe_f_char(int r, int c, char tag);
++static int readwcmd(double tminc0, double *tminc, int *once);
++
+ watch (np, tminc, wbodies)
+ Now *np; /* time now and on each step */
+ double tminc; /* hrs to increment time by each step */