diff options
Diffstat (limited to 'libc/inet/rpc/svc_udp.c')
-rw-r--r-- | libc/inet/rpc/svc_udp.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libc/inet/rpc/svc_udp.c b/libc/inet/rpc/svc_udp.c index 866e5275a..af0dc9a5a 100644 --- a/libc/inet/rpc/svc_udp.c +++ b/libc/inet/rpc/svc_udp.c @@ -57,30 +57,8 @@ static char sccsid[] = "@(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro"; # include <wchar.h> # include <libio/iolibio.h> # define fputs(s, f) _IO_fputs (s, f) -/* libc_hidden_proto(fwprintf) */ #endif -/* Experimentally off - libc_hidden_proto(memcmp) */ -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* Experimentally off - libc_hidden_proto(memset) */ -/* libc_hidden_proto(perror) */ -/* libc_hidden_proto(socket) */ -/* libc_hidden_proto(close) */ -/* libc_hidden_proto(xprt_register) */ -/* libc_hidden_proto(xprt_unregister) */ -/* libc_hidden_proto(xdrmem_create) */ -/* libc_hidden_proto(xdr_callmsg) */ -/* libc_hidden_proto(xdr_replymsg) */ -/* libc_hidden_proto(getsockname) */ -/* libc_hidden_proto(setsockopt) */ -/* libc_hidden_proto(bind) */ -/* libc_hidden_proto(bindresvport) */ -/* libc_hidden_proto(recvfrom) */ -/* libc_hidden_proto(sendto) */ -/* libc_hidden_proto(recvmsg) */ -/* libc_hidden_proto(sendmsg) */ -/* libc_hidden_proto(fputs) */ -/* libc_hidden_proto(fprintf) */ #define rpc_buffer(xprt) ((xprt)->xp_p1) #ifndef MAX @@ -134,7 +112,6 @@ struct svcudp_data * see (svc.h, xprt_register). * The routines returns NULL if a problem occurred. */ -/* libc_hidden_proto(svcudp_bufcreate) */ SVCXPRT * svcudp_bufcreate (int sock, u_int sendsz, u_int recvsz) { @@ -226,7 +203,6 @@ svcudp_bufcreate (int sock, u_int sendsz, u_int recvsz) } libc_hidden_def(svcudp_bufcreate) -/* libc_hidden_proto(svcudp_create) */ SVCXPRT * svcudp_create (int sock) { |