mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Pav Lucistnik](/assets/img/avatar_default.png)
- Update maintainer's address PR: ports/108190 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
11 lines
291 B
C
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.
|
|
*/
|