summaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-tty.c
blob: b78ca1d522aee2e6dc5d47a4016f95a48699cbf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/tty.c.orig	Tue Apr 25 10:18:46 2006
+++ src/tty.c	Tue Apr 25 10:18:57 2006
@@ -629,7 +629,7 @@
 	int		rc = OK, restsize = TX_BUF_SIZE - tty_tx_free - tty_tx_ptr;
 	boolean		wd;
 	struct timeval	tv;
-	timer_t		tm;
+	time_t		tm;
     
 	tm = timer_set( tsec );
 	while( TX_BUF_SIZE != tty_tx_free ) {