summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/getent.c8
-rw-r--r--nss/nss_files/files-parse.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/nss/getent.c b/nss/getent.c
index aed346c540..d346f86fdf 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -229,7 +229,7 @@ group_keys (int number, char *key[])
}
/* This is for hosts */
-static inline void
+static void
print_hosts (struct hostent *host)
{
unsigned int cnt;
@@ -396,7 +396,7 @@ netgroup_keys (int number, char *key[])
}
/* This is for networks */
-static inline void
+static void
print_networks (struct netent *net)
{
unsigned int i;
@@ -691,7 +691,7 @@ services_keys (int number, char *key[])
}
/* This is for shadow */
-static inline void
+static void
print_shadow (struct spwd *sp)
{
printf ("%s:%s:",
@@ -791,7 +791,7 @@ parse_option (int key, char *arg, struct argp_state *state)
}
/* build doc */
-static inline void
+static void
build_doc (void)
{
int i, j, len;
diff --git a/nss/nss_files/files-parse.c b/nss/nss_files/files-parse.c
index 1800d364ce..7d1e2326d3 100644
--- a/nss/nss_files/files-parse.c
+++ b/nss/nss_files/files-parse.c
@@ -67,7 +67,7 @@ struct parser_data
#ifdef ENTDATA
/* The function can't be exported, because the entdata structure
is defined only in files-foo.c. */
-# define parser_stclass static inline
+# define parser_stclass static
# define nss_files_parse_hidden_def(name)
#else
/* Export the line parser function so it can be used in nss_db. */