diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 21:37:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | f47d6c1b28cc323681def539bc7ebd6b3c0707c3 (patch) | |
tree | 410e5dfa8092b8539949f0cf12fda055c831540f /libc/inet/rpc/clnt_udp.c | |
parent | 119f8bb12d13ac76820d1e374f5161e8479fe8ef (diff) |
use one common prototype for _create_xid
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/rpc/clnt_udp.c')
-rw-r--r-- | libc/inet/rpc/clnt_udp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/inet/rpc/clnt_udp.c b/libc/inet/rpc/clnt_udp.c index f0c8ce8ec..af5e0d2d8 100644 --- a/libc/inet/rpc/clnt_udp.c +++ b/libc/inet/rpc/clnt_udp.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; #include <stdio.h> #include <unistd.h> -#include <rpc/rpc.h> +#include "rpc_private.h" #include <rpc/xdr.h> #include <rpc/clnt.h> #include <sys/poll.h> @@ -58,11 +58,6 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; #include <sys/uio.h> #endif -/* CMSG_NXTHDR is using it */ - - -extern u_long _create_xid (void) attribute_hidden; - /* * UDP bases client side rpc operations */ |