diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-18 01:27:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-18 01:27:10 +0000 |
commit | 28f540f45bbacd939bfd07f213bcad2bf730b1bf (patch) | |
tree | 15f07c4c43d635959c6afee96bde71fb1b3614ee /rpc | |
download | glibc-28f540f45bbacd939bfd07f213bcad2bf730b1bf.zip glibc-28f540f45bbacd939bfd07f213bcad2bf730b1bf.tar.gz glibc-28f540f45bbacd939bfd07f213bcad2bf730b1bf.tar.bz2 |
initial import
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 0000000..5721091 --- /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 0000000..3629939 --- /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 0000000..b4493d1 --- /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 0000000..a9d93e1 --- /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 0000000..dfe537c --- /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 0000000..06d7d37 --- /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 0000000..1585c13 --- /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 0000000..1b5c5cd --- /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 0000000..3c63730 --- /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 0000000..68aa67b --- /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 0000000..e2c2263 --- /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 0000000..53df7e6 --- /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 0000000..4c9083d --- /dev/null +++ b/rpc/xdr.h @@ -0,0 +1 @@ +#include <sunrpc/rpc/xdr.h> |