aboutsummaryrefslogtreecommitdiff
path: root/comms/qicosi/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:29:44 +0000
commit2e6cabfa170ebe3c08ebd4c3f2fc7e23ba2f0f18 (patch)
tree8e6c4f2cceeabf768a42f84d0f1914bd45cb93f4 /comms/qicosi/files
parenta9b270272208e547b68d58c91c57682977be8a1a (diff)
Notes
Diffstat (limited to 'comms/qicosi/files')
-rw-r--r--comms/qicosi/files/patch-config.h.in11
-rw-r--r--comms/qicosi/files/patch-modem.c11
-rw-r--r--comms/qicosi/files/patch-tty.c11
3 files changed, 0 insertions, 33 deletions
diff --git a/comms/qicosi/files/patch-config.h.in b/comms/qicosi/files/patch-config.h.in
deleted file mode 100644
index ffefeb014819..000000000000
--- a/comms/qicosi/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in.orig Tue Jul 3 20:40:57 2007
-+++ config.h.in Tue Jul 3 20:41:07 2007
-@@ -475,7 +475,7 @@
- #undef size_t
-
- /* Define to `unsigned int' if <sys/types.h> does not define it */
--#undef socklen_t
-+/* #undef socklen_t */
-
- /* Define as `fork' if `vfork' does not work. */
- #undef vfork
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';
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 ) {