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

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