diff options
Diffstat (limited to 'hurd/pfinet.defs')
-rw-r--r-- | hurd/pfinet.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/pfinet.defs b/hurd/pfinet.defs index 669e3f7a..a42b6d0c 100644 --- a/hurd/pfinet.defs +++ b/hurd/pfinet.defs @@ -1,5 +1,5 @@ /* Definitions for pfinet-specific calls - Copyright (C) 1999, 2000 Free Software Foundation + Copyright (C) 1999,2000,02 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -The GNU Hurd is distributed in the hope that it will be useful, +The GNU Hurd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -34,6 +34,6 @@ INTR_INTERFACE space) for BSD compatibility. */ routine pfinet_siocgifconf ( port: io_t; - amount: int; + amount: vm_size_t; out buf: data_t, dealloc ); |