diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6df9ffdf10..225718c038 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2005-05-25 Ralf Corsepius + + * librpc/include/rpc/des.h: Remove (Unused, unsupported). + * librpc/Makefile.am: Reflect changes above. + 2005-05-25 Ralf Corsepius * librpc/src/rpc/auth_des.c, diff --git a/cpukit/librpc/Makefile.am b/cpukit/librpc/Makefile.am index c726dc5444..aa85185110 100644 --- a/cpukit/librpc/Makefile.am +++ b/cpukit/librpc/Makefile.am @@ -13,7 +13,7 @@ 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/des.h include/rpc/des_crypt.h include/rpc/pmap_clnt.h \ + include/rpc/des_crypt.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 \