diff options
Diffstat (limited to 'procfs')
-rw-r--r-- | procfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/main.c b/procfs/main.c index d775b325..f773c09c 100644 --- a/procfs/main.c +++ b/procfs/main.c @@ -222,7 +222,7 @@ struct argp netfs_runtime_argp_ = { }; /* Used by netfs_set_options to handle runtime option parsing. */ -struct argp *netfs_runtime_argp = &argp; +struct argp *netfs_runtime_argp = &netfs_runtime_argp_; /* Return an argz string describing the current options. Fill *ARGZ with a pointer to newly malloced storage holding the list and *LEN |