summaryrefslogtreecommitdiff
path: root/misc/heyu/patches/patch-ah
blob: 6546bda2ea2c650972c9ad75fc53a40ef13bb484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2002/08/12 12:06:36 dmcmahill Exp $

--- sunrise.c.orig	Wed Apr 11 00:31:55 2001
+++ sunrise.c
@@ -41,7 +41,7 @@
 {
 
     struct tm *tp;
-    long now;
+    time_t now;
 
     if(time_to_set == 0 )
 	time(&now);