summaryrefslogtreecommitdiff
path: root/libc/nss/getent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nss/getent.c')
-rw-r--r--libc/nss/getent.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/nss/getent.c b/libc/nss/getent.c
index 1ccb639d5..f8d9b56f0 100644
--- a/libc/nss/getent.c
+++ b/libc/nss/getent.c
@@ -94,7 +94,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
#if __OPTION_EGLIBC_DB_ALIASES
/* This is for aliases */
-static inline void
+static void
print_aliases (struct aliasent *alias)
{
unsigned int i = 0;
@@ -186,7 +186,7 @@ ethers_keys (int number, char *key[])
#endif /* __OPTION_EGLIBC_INET */
/* This is for group */
-static inline void
+static void
print_group (struct group *grp)
{
unsigned int i = 0;
@@ -607,7 +607,7 @@ networks_keys (int number, char *key[])
#endif /* __OPTION_EGLIBC_INET */
/* Now is all for passwd */
-static inline void
+static void
print_passwd (struct passwd *pwd)
{
printf ("%s:%s:%lu:%lu:%s:%s:%s\n",
@@ -659,7 +659,7 @@ passwd_keys (int number, char *key[])
#if __OPTION_EGLIBC_INET
/* This is for protocols */
-static inline void
+static void
print_protocols (struct protoent *proto)
{
unsigned int i;
@@ -709,7 +709,7 @@ protocols_keys (int number, char *key[])
}
/* Now is all for rpc */
-static inline void
+static void
print_rpc (struct rpcent *rpc)
{
int i;