summaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qicosi/files/patch-tty.c')
-rw-r--r--comms/qicosi/files/patch-tty.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/qicosi/files/patch-tty.c b/comms/qicosi/files/patch-tty.c
deleted file mode 100644
index b78ca1d522ae..000000000000
--- a/comms/qicosi/files/patch-tty.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 ) {