X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fconfigfile.c;h=6f2ee75f11c9c159124f2127914c819f12c9bacf;hp=5cff00928b637a37e3c71a32b9e60d3b59594e9e;hb=9a5293a10551c03b4fb976503dd24da569fcadb3;hpb=6295bb04c73403a219bc96cc6770fc96bec19ba6 diff --git a/utils/mount/configfile.c b/utils/mount/configfile.c index 5cff009..6f2ee75 100644 --- a/utils/mount/configfile.c +++ b/utils/mount/configfile.c @@ -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");