Message9363
Logged In: YES
user_id=21627
This won't be easy to change: If we declare the type of
ioctl to be unsigned, then we break systems where it is
signed (as it should be).
As a work-around, try using 0xC0844413 (i.e. the hexadecimal
version) as the value for the ioctl. Python will understand
this as a negative value, but your system will likely still
understand it as the right ioctl command. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 13:59:21 | admin | link | issue521723 messages |
| 2007-08-23 13:59:21 | admin | create | |
|