$NetBSD: patch-ad,v 1.3 1998/08/07 10:36:40 agc Exp $ --- ckutio.c.orig Mon Nov 25 01:20:49 1996 +++ ckutio.c Sat Jun 20 22:44:33 1998 @@ -7174,9 +7174,9 @@ #ifdef ATTSV /* AT&T way */ /* extern long time(); */ /* Theoretically these should */ char *ctime(); /* already been dcl'd in */ - long clock_storage; + time_t clock_storage; clock_storage = time( -#ifdef IRIX60 +#if defined(IRIX60) || defined(__NetBSD__) (time_t *) #else (long *)