From e9e2469ca570e090713509571337837acbfbde2e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 25 May 2005 10:15:22 +0000 Subject: 2005-05-25 Ralf Corsepius * librpc/include/rpc/clnt_soc.h, librpc/include/rpc/svc_soc.h: New (Partial update from FreeBSD). * librpc/Makefile.am: Reflect changes above. --- cpukit/ChangeLog | 6 ++++++ cpukit/librpc/Makefile.am | 17 +++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 01b06f81a3..ea3cf2557a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2005-05-25 Ralf Corsepius + + * librpc/include/rpc/clnt_soc.h, librpc/include/rpc/svc_soc.h: + New (Partial update from FreeBSD). + * librpc/Makefile.am: Reflect changes above. + 2005-05-25 Ralf Corsepius * librpc/include/rpc/des_crypt.h: Remove (Unused, unsupported). diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am index 7837c849d2..da1c686d80 100644 --- a/cpukit/librpc/Makefile.am +++ b/cpukit/librpc/Makefile.am @@ -11,13 +11,18 @@ DISTCLEANFILES = if LIBRPC include_rpcdir = $(includedir)/rpc + include_rpc_HEADERS = include/rpc/auth.h include/rpc/auth_des.h \ - include/rpc/auth_unix.h include/rpc/clnt.h include/rpc/clnt_stat.h \ - include/rpc/pmap_clnt.h \ - include/rpc/pmap_prot.h include/rpc/pmap_rmt.h include/rpc/rpc.h \ - include/rpc/rpc_com.h include/rpc/rpc_msg.h include/rpc/rpcent.h \ - include/rpc/svc.h include/rpc/svc_auth.h include/rpc/types.h \ - include/rpc/xdr.h + include/rpc/auth_unix.h +include_rpc_HEADERS += include/rpc/clnt.h include/rpc/clnt_stat.h \ + include/rpc/clnt_soc.h +include_rpc_HEADERS += include/rpc/svc.h include/rpc/svc_auth.h \ + include/rpc/svc_soc.h +include_rpc_HEADERS += include/rpc/pmap_clnt.h include/rpc/pmap_prot.h \ + include/rpc/pmap_rmt.h +include_rpc_HEADERS += include/rpc/rpc.h include/rpc/types.h \ + include/rpc/xdr.h include/rpc/rpc_com.h include/rpc/rpc_msg.h \ + include/rpc/rpcent.h man_MANS = -- cgit v1.2.3