summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/rpc/svc.h2
-rw-r--r--sunrpc/rpc/svc.h1
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86b1a9b564..f888bb5862 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
+ * include/rpc/svc.h: ... here.
+
2012-11-30 Aurelien Jarno <aurel32@debian.org>
[BZ #13013]
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 141971ecf5..61a8ab3503 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -35,4 +35,6 @@ libc_hidden_proto (svcunixfd_create)
libc_hidden_proto (svc_getreq_common)
libc_hidden_proto (svc_getreq_poll)
+extern void __svc_accept_failed (void) attribute_hidden;
+
#endif
diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h
index 58a5f7da95..ae6d9ac20e 100644
--- a/sunrpc/rpc/svc.h
+++ b/sunrpc/rpc/svc.h
@@ -333,5 +333,4 @@ extern SVCXPRT *svcunix_create (int __sock, u_int __sendsize, u_int __recvsize,
__END_DECLS
-extern void __svc_accept_failed (void) attribute_hidden;
#endif /* rpc/svc.h */