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, 0 insertions, 17 deletions
diff --git a/time/gcal/patches/patch-aa b/time/gcal/patches/patch-aa
deleted file mode 100644
index bb06baebdd8..00000000000
--- a/time/gcal/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$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,