From f47d6c1b28cc323681def539bc7ebd6b3c0707c3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 21:37:42 +0100 Subject: use one common prototype for _create_xid Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/rpc/clnt_tcp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/inet/rpc/clnt_tcp.c') diff --git a/libc/inet/rpc/clnt_tcp.c b/libc/inet/rpc/clnt_tcp.c index 308ecee28..1d55c02a1 100644 --- a/libc/inet/rpc/clnt_tcp.c +++ b/libc/inet/rpc/clnt_tcp.c @@ -54,7 +54,7 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro"; #include #include #include -#include +#include "rpc_private.h" #include #include #include @@ -62,8 +62,6 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro"; # include #endif -extern u_long _create_xid (void) attribute_hidden; - #define MCALL_MSG_SIZE 24 struct ct_data -- cgit v1.2.3