summaryrefslogtreecommitdiff
path: root/time/sunclock/patches/patch-ab
blob: ae5ef644d13163d855bf6ff6898518de45b53b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.2 2022/12/09 14:13:00 vins Exp $

Fix y2038 bugs; time_t != long

--- sunclock.c.orig	2008-08-07 12:40:24.000000000 +0000
+++ sunclock.c
@@ -127,7 +127,6 @@
  *  external routines
  */
 
-extern long     time();
 #ifdef NEW_CTIME
 extern char *   timezone();
 #endif