|
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
|
|
|
|
|
|
#include <unistd.h>
|
|
|
#include <string.h>
|
|
|
-#include <rpc/rpc.h>
|
|
|
+#include "rpc_private.h"
|
|
|
#include <rpc/pmap_prot.h>
|
|
|
#include <rpc/pmap_clnt.h>
|
|
|
#include <rpc/pmap_rmt.h>
|
|
@@ -56,10 +56,6 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
|
|
|
#include <arpa/inet.h>
|
|
|
#define MAX_BROADCAST_SIZE 1400
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-extern u_long _create_xid (void) attribute_hidden;
|
|
|
-
|
|
|
static const struct timeval timeout = {3, 0};
|
|
|
|
|
|
|