diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-10 22:10:16 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-10 22:10:16 +0000 |
commit | c22a6a4408dcbbfb42eaaee954606c913c141660 (patch) | |
tree | 14e8d907240a95ebda0b5bc2450f73aea1c25a71 /include/rpc/Makefile | |
parent | e97a378b02662f173b005847d6cd159a3a31ae58 (diff) | |
download | FreeBSD-src-c22a6a4408dcbbfb42eaaee954606c913c141660.zip FreeBSD-src-c22a6a4408dcbbfb42eaaee954606c913c141660.tar.gz |
Move rpc/types.h under sys/, as this is used by ZFS kernel module.
Repo-copied by: simon
Diffstat (limited to 'include/rpc/Makefile')
-rw-r--r-- | include/rpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/Makefile b/include/rpc/Makefile index a7a40a2..ee78fcf 100644 --- a/include/rpc/Makefile +++ b/include/rpc/Makefile @@ -12,7 +12,7 @@ XFILES= rpcb_prot.x HFILES= auth.h auth_unix.h clnt.h clnt_soc.h clnt_stat.h \ nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \ rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h \ - svc.h svc_auth.h svc_soc.h svc_dg.h types.h xdr.h + svc.h svc_auth.h svc_soc.h svc_dg.h xdr.h # Secure RPC HFILES+= auth_des.h des.h des_crypt.h |