From d8f5ccdde75ced2f5b7fe93dd9ef6ba58772b128 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 23 Oct 2005 00:43:23 +0000 Subject: [PATCH] [BZ #1252, BZ #1498] 2005-10-17 Thomas Schwinge [BZ #1252] * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. [BZ #1498] --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab8a9a6310..9084710539 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-17 Thomas Schwinge + + [BZ #1252] + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. + * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. + 2005-10-20 Ulrich Drepper * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping. @@ -10,6 +16,7 @@ 2005-08-23 GOTO Masanori + [BZ #1498] * sysdeps/alpha/remqu.S: Return the correct result when the same dividend and divisor are provided, and they're negative numbers. * sysdeps/alpha/divqu.S: Likewise. -- 2.11.4.GIT