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/pmap_rmt.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/inet/rpc/pmap_rmt.c') diff --git a/libc/inet/rpc/pmap_rmt.c b/libc/inet/rpc/pmap_rmt.c index 0c4994087..d1000ad53 100644 --- a/libc/inet/rpc/pmap_rmt.c +++ b/libc/inet/rpc/pmap_rmt.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro"; #include #include -#include +#include "rpc_private.h" #include #include #include @@ -56,10 +56,6 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro"; #include #define MAX_BROADCAST_SIZE 1400 - - -extern u_long _create_xid (void) attribute_hidden; - static const struct timeval timeout = {3, 0}; /* -- cgit v1.2.3