1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/astro/ephem/files/patch-constel.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

12 lines
304 B
C

--- constel.c.orig Sun Jan 21 20:40:59 2007
+++ constel.c Sun Jan 21 20:41:27 2007
@@ -3,6 +3,8 @@
#include "screen.h"
#include "circum.h"
+static confnd(double r, double d, double e, char **name);
+
/* print the constellation object p is in now as a prompt message.
*/
constellation_msg (p, np)