summaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qicosi/files/patch-modem.c')
-rw-r--r--comms/qicosi/files/patch-modem.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/qicosi/files/patch-modem.c b/comms/qicosi/files/patch-modem.c
deleted file mode 100644
index 7cd40780f2f0..000000000000
--- a/comms/qicosi/files/patch-modem.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/modem.c.orig Sat Apr 1 01:23:35 2006
-+++ src/modem.c Sat Apr 1 01:24:39 2006
-@@ -314,7 +314,7 @@
-
- static int modem_get_str(char *buf, size_t nbytes, int timeout)
- {
-- timer_t tout = timer_set( timeout );
-+ time_t tout = timer_set( timeout );
- int rc = ERROR, ch = 0, ptr = 0;
-
- buf[0] = '\0';