summaryrefslogtreecommitdiff
path: root/time/gcal/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'time/gcal/patches/patch-aa')
-rw-r--r--time/gcal/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/time/gcal/patches/patch-aa b/time/gcal/patches/patch-aa
new file mode 100644
index 00000000000..bb06baebdd8
--- /dev/null
+++ b/time/gcal/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2004/09/10 03:34:29 atatat Exp $
+
+Make declared prototype match function declaration.
+
+--- src/hd-astro.h.orig 2000-06-13 21:00:01.000000000 -0400
++++ src/hd-astro.h
+@@ -79,8 +79,8 @@ equinox_solstice __P_((const double lon
+ int *day,
+ int *month,
+ int *year,
+- int hour,
+- int min));
++ const int hour,
++ const int min));
+ EXPORT double
+ delta_t __P_((const int day,
+ const int month,