mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
- Update maintainer's address PR: ports/108190 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
11 lines
294 B
C
11 lines
294 B
C
--- moonnf.c.orig Sun Jan 21 20:53:58 2007
|
|
+++ moonnf.c Sun Jan 21 20:54:21 2007
|
|
@@ -2,6 +2,8 @@
|
|
#include <math.h>
|
|
#include "astro.h"
|
|
|
|
+static m(double t, double k, double *mjd);
|
|
+
|
|
#define unw(w,z) ((w)-floor((w)/(z))*(z))
|
|
|
|
/* given a modified Julian date, mjd, return the mjd of the new
|