summaryrefslogtreecommitdiffstats
path: root/comms/minicom/files/patch-sysdep1.c
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2011-12-29 08:17:09 +0000
committerjohans <johans@FreeBSD.org>2011-12-29 08:17:09 +0000
commit0035546225ba2a845a455fcf04d5d8c2da6253da (patch)
tree006240e6c911883ff22c6f1eb7030eefc7f75b64 /comms/minicom/files/patch-sysdep1.c
parentbc3cf9b498b0056c2445a807f0d4616595966ce8 (diff)
downloadFreeBSD-ports-0035546225ba2a845a455fcf04d5d8c2da6253da.zip
FreeBSD-ports-0035546225ba2a845a455fcf04d5d8c2da6253da.tar.gz
- Update minicom to 2.6
- Add additional patches for Linux-specific issues
Diffstat (limited to 'comms/minicom/files/patch-sysdep1.c')
-rw-r--r--comms/minicom/files/patch-sysdep1.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/comms/minicom/files/patch-sysdep1.c b/comms/minicom/files/patch-sysdep1.c
index 467e185..dbe756a 100644
--- a/comms/minicom/files/patch-sysdep1.c
+++ b/comms/minicom/files/patch-sysdep1.c
@@ -1,6 +1,6 @@
---- src/sysdep1.c.orig 2007-10-10 22:18:20.000000000 +0200
-+++ src/sysdep1.c 2008-04-17 19:48:58.000000000 +0200
-@@ -84,13 +84,13 @@
+--- src/sysdep1.c.orig 2009-12-12 16:47:47.000000000 +0100
++++ src/sysdep1.c 2011-12-28 16:07:59.000000000 +0100
+@@ -65,13 +65,13 @@ static void m_setrts(int fd)
if (portfd_is_socket)
return;
#endif
@@ -16,8 +16,8 @@
+ ioctl(fd, TIOCMSET, &mcs);
}
#endif
- #ifdef _COHERENT
-@@ -213,11 +213,11 @@
+ }
+@@ -180,11 +180,11 @@ int m_getdcd(int fd)
return portfd_is_connected;
}
#endif
@@ -31,7 +31,7 @@
return -1;
return mcs & TIOCM_CAR ? 1 : 0;
}
-@@ -260,8 +260,8 @@
+@@ -227,8 +227,8 @@ void m_savestate(int fd)
ioctl(fd, TIOCLGET, &lsw);
# endif
#endif
@@ -42,7 +42,7 @@
#endif
}
-@@ -285,8 +285,8 @@
+@@ -252,8 +252,8 @@ void m_restorestate(int fd)
ioctl(fd, TIOCLSET, &lsw);
# endif
#endif
OpenPOWER on IntegriCloud