summaryrefslogtreecommitdiff
path: root/french/xtel/files/patch-modem.c
diff options
context:
space:
mode:
Diffstat (limited to 'french/xtel/files/patch-modem.c')
-rw-r--r--french/xtel/files/patch-modem.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/french/xtel/files/patch-modem.c b/french/xtel/files/patch-modem.c
deleted file mode 100644
index ca91118f383a..000000000000
--- a/french/xtel/files/patch-modem.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- modem.c.orig Tue Feb 13 10:39:23 2001
-+++ modem.c Tue Jul 24 00:03:52 2001
-@@ -307,14 +307,14 @@
- * (comme le Hayes Optima par exemple)...
- */
- #ifdef USE_TERMIOS
-- ioctl (fd, TCIOCGETA, &term);
-+ ioctl (fd, TIOCGETA, &term);
- #else
- ioctl (fd, TCGETA, &term);
- #endif /* USE_TERMIOS */
- if ((term.c_cflag | CLOCAL) == 0) {
- term.c_cflag |= CLOCAL;
- #ifdef USE_TERMIOS
-- ioctl (fd, TCIOCSETA, &term);
-+ ioctl (fd, TIOCSETA, &term);
- #else
- ioctl (fd, TCSETA, &term);
- #endif /* USE_TERMIOS */
-@@ -592,7 +592,7 @@
- if (cmodem) {
- term.c_cflag &= ~CLOCAL;
- #ifdef USE_TERMIOS
-- ioctl (fd, TCIOCSETA, &term);
-+ ioctl (fd, TIOCSETA, &term);
- #else
- ioctl (fd, TCSETA, &term);
- #endif /* USE_TERMIOS */