diff options
Diffstat (limited to 'sunrpc/rpc')
-rw-r--r-- | sunrpc/rpc/pmap_clnt.h | 5 | ||||
-rw-r--r-- | sunrpc/rpc/rpc_msg.h | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sunrpc/rpc/pmap_clnt.h b/sunrpc/rpc/pmap_clnt.h index 3acfa5974d..46e196ba3a 100644 --- a/sunrpc/rpc/pmap_clnt.h +++ b/sunrpc/rpc/pmap_clnt.h @@ -28,11 +28,6 @@ * Mountain View, California 94043 */ -#ifndef _RPC_PMAP_CLNT_H - -#define _RPC_PMAP_CLNT_H 1 -#include <features.h> - /* * pmap_clnt.h * Supplies C routines to get to portmap services. diff --git a/sunrpc/rpc/rpc_msg.h b/sunrpc/rpc/rpc_msg.h index 9c37a4e3f9..220fdd8414 100644 --- a/sunrpc/rpc/rpc_msg.h +++ b/sunrpc/rpc/rpc_msg.h @@ -36,12 +36,6 @@ * Copyright (C) 1984, Sun Microsystems, Inc. */ -#ifndef _RPC_RPC_MSG_H - -#define _RPC_RPC_MSG_H 1 -#include <features.h> - - #define RPC_MSG_VERSION ((u_long) 2) #define RPC_SERVICE_PORT ((u_short) 2048) |