summaryrefslogtreecommitdiff
path: root/time/gcal/patches/patch-ab
blob: 316e2b466111482b07e29b8115408c10930b26dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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,