$OpenBSD: patch-until_V1_2_data_types_c,v 1.2 2010/05/09 17:18:53 espie Exp $
--- until/V1.2/data_types.c.orig	Wed Mar 12 23:59:51 2003
+++ until/V1.2/data_types.c	Sun May  9 19:11:21 2010
@@ -87,7 +87,7 @@ short curRots;  /* Number of possible rotations */
 
 Char *today(Char *Result)
 {
-  long now;
+  time_t now;
   Char s[64];
   Char u[41];
 
