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_unix.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_unix.c')
-rw-r--r-- | libc/inet/rpc/clnt_unix.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/inet/rpc/clnt_unix.c b/libc/inet/rpc/clnt_unix.c index d79dbd7c9..677758c88 100644 --- a/libc/inet/rpc/clnt_unix.c +++ b/libc/inet/rpc/clnt_unix.c @@ -50,7 +50,7 @@ #include <errno.h> #include <stdio.h> #include <unistd.h> -#include <rpc/rpc.h> +#include "rpc_private.h" #include <sys/uio.h> #include <sys/poll.h> #include <sys/socket.h> @@ -59,9 +59,6 @@ # include <wchar.h> #endif - -extern u_long _create_xid (void) attribute_hidden; - #define MCALL_MSG_SIZE 24 struct ct_data |