summaryrefslogtreecommitdiff
path: root/time/gcal/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'time/gcal/patches/patch-ab')
-rw-r--r--time/gcal/patches/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/time/gcal/patches/patch-ab b/time/gcal/patches/patch-ab
deleted file mode 100644
index 316e2b46611..00000000000
--- a/time/gcal/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/09/10 03:34:29 atatat Exp $
-
-Make declared prototype match function declaration.
-
---- src/rc-astro.h.orig 2000-06-13 21:00:01.000000000 -0400
-+++ src/rc-astro.h
-@@ -81,9 +81,9 @@ gd_latitude2gc_latitude __P_((const doub
- EXPORT double
- sun_rise_set __P_((const Aevent_enum event,
- const Bool is_limited,
-- int day,
-- int month,
-- int year,
-+ const int day,
-+ const int month,
-+ const int year,
- Coor_struct *coordinates));
- EXPORT double
- moon_rise_set __P_((const Aevent_enum event,