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

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