commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 16/17: Fix function name


From: Samuel Thibault
Subject: [hurd] 16/17: Fix function name
Date: Mon, 15 Feb 2016 09:10:03 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit 254a4d43674a0d5fe8f8475e3b625924691048d3
Author: Samuel Thibault <address@hidden>
Date:   Sun Feb 14 20:37:17 2016 +0100

    Fix function name
    
    * procfs/main.c (set_default_options): Rename to set_compatibility_options.
    (argp_parser): Update call accordingly.
---
 procfs/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/procfs/main.c b/procfs/main.c
index 5f84d62..857eac4 100644
--- a/procfs/main.c
+++ b/procfs/main.c
@@ -50,7 +50,7 @@ uid_t opt_anon_owner;
 #define NOEXEC_KEY -2 /* Likewise. */
 #define NOSUID_KEY -3 /* Likewise. */
 
-static void set_default_options (void)
+static void set_compatibility_options (void)
 {
   opt_clk_tck = 100;
   opt_stat_mode = 0444;
@@ -104,7 +104,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
       break;
 
     case 'c':
-      set_default_options();
+      set_compatibility_options();
       break;
 
     case 'a':

-- 
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]