1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/astro/ephem/files/patch-utc_gst.c
Pav Lucistnik 409980699a - Fix build with gcc41
- Update maintainer's address

PR:		ports/108190
Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
2007-01-24 23:18:05 +00:00

11 lines
291 B
C

--- utc_gst.c.orig Sun Jan 21 21:13:45 2007
+++ utc_gst.c Sun Jan 21 21:14:05 2007
@@ -1,5 +1,7 @@
#include "astro.h"
+static double tnaught(double mjd);
+
/* given a modified julian date, mjd, and a universally coordinated time, utc,
* return greenwich mean siderial time, *gst.
*/