* sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 30 Nov 2012 20:53:44 +0000 (13:53 -0700)
committerJeff Law <law@redhat.com>
Fri, 30 Nov 2012 20:53:44 +0000 (13:53 -0700)
       * include/rpc/svc.h: ... here.

ChangeLog
include/rpc/svc.h
sunrpc/rpc/svc.h

index 86b1a9b..f888bb5 100644 (file)
--- 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]
index 141971e..61a8ab3 100644 (file)
@@ -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
index 58a5f7d..ae6d9ac 100644 (file)
@@ -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 */