[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r9894 - in /fsf/trunk/libc: ChangeLog hurd/hurdioctl.c
- To: commits@xxxxxxxxxx
- Subject: [commits] r9894 - in /fsf/trunk/libc: ChangeLog hurd/hurdioctl.c
- From: eglibc@xxxxxxxxxx
- Date: Sat, 20 Feb 2010 08:03:03 -0000
Author: eglibc
Date: Sat Feb 20 00:03:02 2010
New Revision: 9894
Log:
Import glibc-mainline for 2010-02-20
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/hurd/hurdioctl.c
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Feb 20 00:03:02 2010
@@ -1,3 +1,8 @@
+2010-02-19 Carl Fredrik Hammar <hammy.lite@xxxxxxxxx>
+
+ * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
+ non-existent `tiocsctty_port'.
+
2010-02-16 H.J. Lu <hongjiu.lu@xxxxxxxxx>
* sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
Modified: fsf/trunk/libc/hurd/hurdioctl.c
==============================================================================
--- fsf/trunk/libc/hurd/hurdioctl.c (original)
+++ fsf/trunk/libc/hurd/hurdioctl.c Sat Feb 20 00:03:02 2010
@@ -272,7 +272,7 @@
tiocsctty (int fd,
int request) /* Always TIOCSCTTY. */
{
- return __hurd_fail (HURD_DPORT_USE (fd, tiocsctty_port (port, ctty)));
+ return __hurd_fail (HURD_DPORT_USE (fd, do_tiocsctty (port, ctty)));
}
_HURD_HANDLE_IOCTL (tiocsctty, TIOCSCTTY);