From 401641ae28c28d4b1c09d5bb6a6c533e6180fae7 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 21 Feb 2004 16:27:29 +0000 Subject: [PATCH] * hmprf, Linux has different ioctls kernel<->libc --- rtl/linux/ossysc.inc | 7 +++++-- rtl/linux/sysconst.inc | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/rtl/linux/ossysc.inc b/rtl/linux/ossysc.inc index 06a773c583..7e20eff858 100644 --- a/rtl/linux/ossysc.inc +++ b/rtl/linux/ossysc.inc @@ -450,7 +450,7 @@ CONST {Constansts Termios/Ioctl (used in Do_IsDevice) } {$ifdef PowerPc} - IOCtl_TCGETS=$403c7413; + IOCtl_TCGETS=$402c7413; {$else} IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this {$endif} @@ -483,7 +483,10 @@ end; { $Log$ - Revision 1.17 2004-02-21 15:14:55 marco + Revision 1.18 2004-02-21 16:27:29 marco + * hmprf, Linux has different ioctls kernel<->libc + + Revision 1.17 2004/02/21 15:14:55 marco * ppc ioctl nr fixed Revision 1.16 2004/02/06 15:58:21 florian diff --git a/rtl/linux/sysconst.inc b/rtl/linux/sysconst.inc index de830d78e6..d486412492 100644 --- a/rtl/linux/sysconst.inc +++ b/rtl/linux/sysconst.inc @@ -98,13 +98,16 @@ Const {Constansts Termios/Ioctl (used in Do_IsDevice) } {$ifdef PowerPC} - IOCtl_TCGETS=$403c7413; + IOCtl_TCGETS=$402c7413; {$else} IOCtl_TCGETS=$5401; // TCGETS is also in termios.inc, but the sysunix needs only this {$endif} { $Log$ - Revision 1.9 2004-02-21 15:14:56 marco + Revision 1.10 2004-02-21 16:27:29 marco + * hmprf, Linux has different ioctls kernel<->libc + + Revision 1.9 2004/02/21 15:14:56 marco * ppc ioctl nr fixed Revision 1.8 2003/11/19 10:56:15 marco