diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-03-31 22:57:54 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-03-31 22:57:54 +0000 |
commit | 46a021c64abbe99742eace3bee0893a92b768ba9 (patch) | |
tree | 90076ad83ebf0d6645c98a63522872a7fda1b319 /comms | |
parent | 55885280eaa79cc104452080b64b3bd416aac881 (diff) | |
download | ports-46a021c64abbe99742eace3bee0893a92b768ba9.tar.gz ports-46a021c64abbe99742eace3bee0893a92b768ba9.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qicosi/files/patch-modem.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/qicosi/files/patch-modem.c b/comms/qicosi/files/patch-modem.c new file mode 100644 index 000000000000..7cd40780f2f0 --- /dev/null +++ b/comms/qicosi/files/patch-modem.c @@ -0,0 +1,11 @@ +--- 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'; |