Blame SOURCES/autofs-5.1.1-fix-fix-gcc5-complaints.patch

4d476f
autofs-5.1.1 - fix fix gcc5 complaints
4d476f
4d476f
From: Ian Kent <raven@themaw.net>
4d476f
4d476f
Remove a stray declare of dump_core().
4d476f
4d476f
Signed-off-by: Ian Kent <raven@themaw.net>
4d476f
---
4d476f
 lib/rpc_subs.c |    1 -
4d476f
 1 file changed, 1 deletion(-)
4d476f
4d476f
diff --git a/lib/rpc_subs.c b/lib/rpc_subs.c
4d476f
index 846c40e..84fae9e 100644
4d476f
--- a/lib/rpc_subs.c
4d476f
+++ b/lib/rpc_subs.c
4d476f
@@ -77,7 +77,6 @@ static const rpcvers_t mount_vers[] = {
4d476f
 };
4d476f
 
4d476f
 static int connect_nb(int, struct sockaddr *, socklen_t, struct timeval *);
4d476f
-inline void dump_core(void);
4d476f
 
4d476f
 /*
4d476f
  *  Perform a non-blocking connect on the socket fd.