summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 09:41:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 09:41:55 +0000
commit351b0a18c3e089af7f0696f21ca809a8ebfbe98e (patch)
tree9fd5ecfda4acb6f13753e5a498b5c6e5baa45abb
parentRegenerate. (diff)
downloadrtems-351b0a18c3e089af7f0696f21ca809a8ebfbe98e.tar.bz2
2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/des.h: Remove (Unused, unsupported). * librpc/Makefile.am: Reflect changes above.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/librpc/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6df9ffdf10..225718c038 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * librpc/include/rpc/des.h: Remove (Unused, unsupported).
+ * librpc/Makefile.am: Reflect changes above.
+
+2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* librpc/src/rpc/auth_des.c,
librpc/src/rpc/auth_time.c,
librpc/src/rpc/authdes_prot.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 \