From b62b62acf0b2ab1a627cf1238f65871a3d8511cc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 23 Apr 2002 22:22:24 +0000 Subject: 2002-04-23 Roland McGrath * 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. --- sysdeps/mach/hurd/send.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach/hurd/send.c') diff --git a/sysdeps/mach/hurd/send.c b/sysdeps/mach/hurd/send.c index a5d57b8c4b..69cec5512e 100644 --- a/sysdeps/mach/hurd/send.c +++ b/sysdeps/mach/hurd/send.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1996, 1997, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1994,96,97,2001,02 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +31,7 @@ __send (fd, buf, n, flags) int flags; { error_t err; - int wrote; + size_t wrote; err = HURD_DPORT_USE (fd, __socket_send (port, MACH_PORT_NULL, flags, buf, n, -- cgit 1.4.1