* sunrpc/rpc/svc.h: Declare svcfd_create.

Patch by Michael Solberg <msolberg@redhat.com>.

	* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
This commit is contained in:
Ulrich Drepper 2008-09-15 22:46:48 +00:00
parent caa60cb998
commit 2bcaff08d2
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-09-15 Ulrich Drepper <drepper@redhat.com>
* sunrpc/rpc/svc.h: Declare svcfd_create.
Patch by Michael Solberg <msolberg@redhat.com>.
2008-09-12 Flavio Leitner <fleitner@redhat.com>
Ulrich Drepper <drepper@redhat.com>
@ -13,7 +18,7 @@
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
[BZ #6860]
* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>

View file

@ -303,6 +303,11 @@ extern SVCXPRT *svcudp_bufcreate (int __sock, u_int __sendsz, u_int __recvsz)
extern SVCXPRT *svctcp_create (int __sock, u_int __sendsize, u_int __recvsize)
__THROW;
/*
* FD based rpc.
*/
extern SVCXPRT *svcfd_create (int __sock, u_int __sendsize, u_int __recvsize)
__THROW;
/*
* Unix based rpc.