diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:40:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:40:28 +0000 |
commit | db063700590d1a4f5d67dfe0450a34bfc1c19a54 (patch) | |
tree | 22edba47bfd8f1aeddd6a0d74e4e52c551892bbf | |
parent | 204c3deefdf0652ca783545758411a5fdcb2c7fd (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* pfinet-ops.c (S_pfinet_siocgifconf): Use vm_size_t for AMOUNT.
-rw-r--r-- | pfinet/pfinet-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |