summaryrefslogtreecommitdiff
path: root/comms/kermit/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'comms/kermit/patches/patch-ad')
-rw-r--r--comms/kermit/patches/patch-ad22
1 files changed, 10 insertions, 12 deletions
diff --git a/comms/kermit/patches/patch-ad b/comms/kermit/patches/patch-ad
index 41fa15501eb..037b2b2d2fd 100644
--- a/comms/kermit/patches/patch-ad
+++ b/comms/kermit/patches/patch-ad
@@ -1,16 +1,14 @@
---- ckutio.c.orig Thu Jun 18 05:04:33 1998
-+++ ckutio.c Thu Jun 18 05:12:25 1998
-@@ -7178,3 +7178,3 @@
+--- 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 *)
-@@ -7184,3 +7184,7 @@
- 0 );
-+#ifdef __NetBSD__
-+ *s = ctime( (time_t *)&clock_storage );
-+#else
- *s = ctime( &clock_storage );
-+#endif
- debug(F110,"ztime: ATTSV",*s,0);
-
+ #else
+ (long *)