Changeset fc2d29d in rtems
- Timestamp:
- 05/25/05 08:58:09 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8ba22b5
- Parents:
- ce1c8ea
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rce1c8ea rfc2d29d 1 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * librpc/src/rpc/auth_des.c, 4 librpc/src/rpc/auth_time.c, 5 librpc/src/rpc/authdes_prot.c, 6 librpc/src/rpc/clnt_unix.c, 7 librpc/src/rpc/crypt_client.c, 8 librpc/src/rpc/des_crypt.c, 9 librpc/src/rpc/des_soft.c, 10 librpc/src/rpc/getpublickey.c, 11 librpc/src/rpc/key_call.c, 12 librpc/src/rpc/key_prot_xdr.c, 13 librpc/src/rpc/svc_auth_des.c, 14 librpc/src/rpc/svc_unix.c: Remove (Unused, obsolete). 15 * librpc/Makefile.am: Reflect changes above. 16 1 17 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org> 2 18 -
cpukit/librpc/Makefile.am
rce1c8ea rfc2d29d 52 52 src/rpc/svc_tcp.c src/rpc/svc_udp.c src/rpc/rtems_portmapper.c \ 53 53 src/rpc/rtems_rpc.c 54 # librpc_UNUSED_C_FILES55 EXTRA_DIST += src/rpc/auth_des.c src/rpc/auth_time.c src/rpc/authdes_prot.c \56 src/rpc/clnt_unix.c src/rpc/crypt_client.c src/rpc/des_crypt.c \57 src/rpc/des_soft.c src/rpc/getpublickey.c src/rpc/key_call.c \58 src/rpc/key_prot_xdr.c src/rpc/svc_auth_des.c src/rpc/svc_unix.c59 54 60 55 librpc_CPPFLAGS = -D_RPC_read=read -D_RPC_write=write -D_RPC_close=close \
Note: See TracChangeset
for help on using the changeset viewer.