From db063700590d1a4f5d67dfe0450a34bfc1c19a54 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:40:28 +0000 Subject: 2002-06-08 Roland McGrath * pfinet-ops.c (S_pfinet_siocgifconf): Use vm_size_t for AMOUNT. --- pfinet/pfinet-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pfinet') diff --git a/pfinet/pfinet-ops.c b/pfinet/pfinet-ops.c index 594b5ac7..a61028ef 100644 --- a/pfinet/pfinet-ops.c +++ b/pfinet/pfinet-ops.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000,02 Free Software Foundation, Inc. Written by Marcus Brinkmann. This file is part of the GNU Hurd. @@ -41,7 +41,7 @@ extern int dev_ifconf(char *arg); negative, there is no limit. */ error_t S_pfinet_siocgifconf (io_t port, - int amount, + vm_size_t amount, char **ifr, mach_msg_type_number_t *len) { -- cgit v1.2.3