blob: 037b2b2d2fd7789c43189e02399e5d592615e017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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 <time.h> */
- long clock_storage;
+ time_t clock_storage;
clock_storage = time(
-#ifdef IRIX60
+#if defined(IRIX60) || defined(__NetBSD__)
(time_t *)
#else
(long *)
|