diff options
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/auth.h | 1 | ||||
-rw-r--r-- | rpc/auth_unix.h | 1 | ||||
-rw-r--r-- | rpc/clnt.h | 1 | ||||
-rw-r--r-- | rpc/netdb.h | 1 | ||||
-rw-r--r-- | rpc/pmap_clnt.h | 1 | ||||
-rw-r--r-- | rpc/pmap_prot.h | 1 | ||||
-rw-r--r-- | rpc/pmap_rmt.h | 1 | ||||
-rw-r--r-- | rpc/rpc.h | 1 | ||||
-rw-r--r-- | rpc/rpc_msg.h | 1 | ||||
-rw-r--r-- | rpc/svc.h | 1 | ||||
-rw-r--r-- | rpc/svc_auth.h | 1 | ||||
-rw-r--r-- | rpc/types.h | 1 | ||||
-rw-r--r-- | rpc/xdr.h | 1 |
13 files changed, 13 insertions, 0 deletions
diff --git a/rpc/auth.h b/rpc/auth.h new file mode 100644 index 0000000000..5721091a56 --- /dev/null +++ b/rpc/auth.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/auth.h> diff --git a/rpc/auth_unix.h b/rpc/auth_unix.h new file mode 100644 index 0000000000..36299392ba --- /dev/null +++ b/rpc/auth_unix.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/auth_unix.h> diff --git a/rpc/clnt.h b/rpc/clnt.h new file mode 100644 index 0000000000..b4493d1d90 --- /dev/null +++ b/rpc/clnt.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/clnt.h> diff --git a/rpc/netdb.h b/rpc/netdb.h new file mode 100644 index 0000000000..a9d93e13ad --- /dev/null +++ b/rpc/netdb.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/netdb.h> diff --git a/rpc/pmap_clnt.h b/rpc/pmap_clnt.h new file mode 100644 index 0000000000..dfe537c96f --- /dev/null +++ b/rpc/pmap_clnt.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/pmap_clnt.h> diff --git a/rpc/pmap_prot.h b/rpc/pmap_prot.h new file mode 100644 index 0000000000..06d7d378cf --- /dev/null +++ b/rpc/pmap_prot.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/pmap_prot.h> diff --git a/rpc/pmap_rmt.h b/rpc/pmap_rmt.h new file mode 100644 index 0000000000..1585c13039 --- /dev/null +++ b/rpc/pmap_rmt.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/pmap_rmt.h> diff --git a/rpc/rpc.h b/rpc/rpc.h new file mode 100644 index 0000000000..1b5c5cd8de --- /dev/null +++ b/rpc/rpc.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/rpc.h> diff --git a/rpc/rpc_msg.h b/rpc/rpc_msg.h new file mode 100644 index 0000000000..3c63730c1f --- /dev/null +++ b/rpc/rpc_msg.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/rpc_msg.h> diff --git a/rpc/svc.h b/rpc/svc.h new file mode 100644 index 0000000000..68aa67b429 --- /dev/null +++ b/rpc/svc.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/svc.h> diff --git a/rpc/svc_auth.h b/rpc/svc_auth.h new file mode 100644 index 0000000000..e2c226312e --- /dev/null +++ b/rpc/svc_auth.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/svc_auth.h> diff --git a/rpc/types.h b/rpc/types.h new file mode 100644 index 0000000000..53df7e666b --- /dev/null +++ b/rpc/types.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/types.h> diff --git a/rpc/xdr.h b/rpc/xdr.h new file mode 100644 index 0000000000..4c9083d08a --- /dev/null +++ b/rpc/xdr.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/xdr.h> |