From 8f3e9096dd29f7bc3420e4e74db624d560ab7ebd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 09:21:38 +0000 Subject: 2002-05-07 Roland McGrath * fsys-getroot.c (netfs_S_fsys_getroot): Fix arg type in decl. * append-std-options.c (netfs_append_std_options): Likewise. --- libnetfs/append-std-options.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libnetfs/append-std-options.c') diff --git a/libnetfs/append-std-options.c b/libnetfs/append-std-options.c index 1590d930..e5d79631 100644 --- a/libnetfs/append-std-options.c +++ b/libnetfs/append-std-options.c @@ -1,8 +1,7 @@ /* Get standard netfs run-time options - Copyright (C) 1995, 1996 Free Software Foundation, Inc. - - Written by Miles Bader + Copyright (C) 1995,96,2002 Free Software Foundation, Inc. + Written by Miles Bader This file is part of the GNU Hurd. @@ -25,7 +24,7 @@ /* Appends to ARGZ & ARGZ_LEN '\0'-separated options describing the standard netfs option state. */ error_t -netfs_append_std_options (char **argz, unsigned *argz_len) +netfs_append_std_options (char **argz, size_t *argz_len) { return 0; } -- cgit v1.2.3