From 1ca315fca04fb3272276c8e6adf7e4d5c5224231 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Dec 2000 00:06:54 +0000 Subject: [PATCH] * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in argument data, since it will be used to copy out too (for INOUT). Reported by Marcus Brinkmann . * sysdeps/mach/hurd/ioctl.c: Include . (__ioctl): Use uintptr_t instead of unsigned long int. * stdlib/l64a.c (l64a): Truncate M to 32-bit value. --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d3b520..cce6414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +2000-12-06 Roland McGrath + + * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in + argument data, since it will be used to copy out too (for INOUT). + Reported by Marcus Brinkmann . + + * sysdeps/mach/hurd/ioctl.c: Include . + (__ioctl): Use uintptr_t instead of unsigned long int. + 2000-12-06 Jim Wilson - * stdlib/l64a.c (l64a): Truncate m to 32-bit value. + * stdlib/l64a.c (l64a): Truncate M to 32-bit value. 2000-12-06 Ulrich Drepper -- 2.7.4