aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/append-std-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnetfs/append-std-options.c')
-rw-r--r--libnetfs/append-std-options.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/libnetfs/append-std-options.c b/libnetfs/append-std-options.c
index cb0a36da..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 <miles@gnu.ai.mit.edu>
+ Copyright (C) 1995,96,2002 Free Software Foundation, Inc.
+ Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -22,11 +21,10 @@
#include "netfs.h"
-/* *Appends* to ARGZ & ARGZ_LEN '\0'-separated options describing the standard
- netfs option state (note that unlike netfs_get_options, ARGZ & ARGZ_LEN
- must already have a sane value). */
+/* 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;
}