summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ifcico-cm/patches/patch-as')
-rw-r--r--comms/ifcico-cm/patches/patch-as14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/ifcico-cm/patches/patch-as b/comms/ifcico-cm/patches/patch-as
new file mode 100644
index 00000000000..bda40ebf01e
--- /dev/null
+++ b/comms/ifcico-cm/patches/patch-as
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.1 1998/12/21 15:45:21 tv Exp $
+
+--- ifcico/tcpproto.c.orig Mon Dec 21 09:57:54 1998
++++ ifcico/tcpproto.c Mon Dec 21 09:58:29 1998
+@@ -31,7 +31,8 @@
+ static char txbuf[2048];
+ static char rxbuf[2048];
+ static int rx_type;
+-static long startime,endtime,rxbytes,sbytes;
++static time_t startime,endtime;
++static long rxbytes,sbytes;
+
+ static int sendfile(char *,char *);
+ static int finsend(void);