commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 06/09: procfs: fix runtime option parsing


From: Samuel Thibault
Subject: [hurd] 06/09: procfs: fix runtime option parsing
Date: Sun, 19 Apr 2015 14:13:42 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 626596bcb027313f39069be94f85f3f523feb365
Author: Justus Winter <address@hidden>
Date:   Tue Apr 7 14:45:26 2015 +0200

    procfs: fix runtime option parsing
    
    * procfs/main.c (netfs_runtime_argp): Actually use the runtime option
    parser.
---
 procfs/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/procfs/main.c b/procfs/main.c
index d775b32..f773c09 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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]