]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Removed warnings from configfile.c
authorSteve Dickson <steved@redhat.com>
Wed, 4 Aug 2010 14:29:28 +0000 (10:29 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 9 Aug 2010 13:57:02 +0000 (09:57 -0400)
configfile.c:195: warning: 'inline' is not at beginning of declaration
configfile.c:232: warning: 'inline' is not at beginning of declaration

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/configfile.c

index 5cff00928b637a37e3c71a32b9e60d3b59594e9e..6f2ee75f11c9c159124f2127914c819f12c9bacf 100644 (file)
@@ -192,7 +192,8 @@ void free_all(void)
        }
 }
 static char *versions[] = {"v2", "v3", "v4", "vers", "nfsvers", NULL};
-int inline check_vers(char *mopt, char *field)
+static int 
+check_vers(char *mopt, char *field)
 {
        int i, found=0;
 
@@ -229,7 +230,8 @@ extern sa_family_t config_default_family;
  * If so, set the appropriate global value which will 
  * be used as the initial value in the server negation.
  */
-int inline default_value(char *mopt)
+static int 
+default_value(char *mopt)
 {
        struct mount_options *options = NULL;
        int dftlen = strlen("default");