diff options
author | Roland McGrath <roland@gnu.org> | 2002-04-23 22:23:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-04-23 22:23:13 +0000 |
commit | 5edf59cf936359225f9ccef8c64382e4ba38a994 (patch) | |
tree | 4c824e8fd694656577ae9f77c46c6ddcdf608945 | |
parent | b62b62acf0b2ab1a627cf1238f65871a3d8511cc (diff) | |
download | glibc-5edf59cf936359225f9ccef8c64382e4ba38a994.tar.gz glibc-5edf59cf936359225f9ccef8c64382e4ba38a994.tar.xz glibc-5edf59cf936359225f9ccef8c64382e4ba38a994.zip |
* sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
* sysdeps/mach/hurd/sendto.c: Likewise. * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN. * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE. * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 889bc98dcb..fa5687c3f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-23 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/send.c: int -> size_t for WROTE. + * sysdeps/mach/hurd/sendto.c: Likewise. + * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN. + * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE. + * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE. + 2002-04-22 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID |