$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
