Re: libc0.3: ioctl() incorrectly decodes argument

2006-02-18 Thread Samuel Thibault
Hi, Could the proposed patch applied to debian sometime? Having broken ioctls breaks quite important things (ioctl(fd, TIOCDRAIN) for instance...). (Note: this is a debian/hurd issue only, and the proposed patch only modifies hurd parts, so it is quite safe to apply...) Regards, Samuel ___

libc0.3: ioctl() incorrectly decodes argument

2005-07-27 Thread Samuel Thibault
Package: libc0.3 Version: 2.3.2.ds1-22 Severity: normal Tags: patch, upstream Hi, The following code was failing with error ioctl: (ipc/mig) server type check failure #include #include int main(void) { if (ioctl(1, TIOCDRAIN) < 0) perror("ioctl"); return 0; } And actually any ioctl wi