* sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in
authorRoland McGrath <roland@gnu.org>
Thu, 7 Dec 2000 00:06:54 +0000 (00:06 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 7 Dec 2000 00:06:54 +0000 (00:06 +0000)
commit1ca315fca04fb3272276c8e6adf7e4d5c5224231
tree303b9824cd559c157551169a9e7dd0bf77e912be
parentcde4d97bf22e65b0c1b6d82154813e41b35ce368
* 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 <marcus@gnu.org>.

* sysdeps/mach/hurd/ioctl.c: Include <stdint.h>.
(__ioctl): Use uintptr_t instead of unsigned long int.

* stdlib/l64a.c (l64a): Truncate M to 32-bit value.
ChangeLog