diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-24 09:56:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-24 09:56:50 +0000 |
commit | 7c7ce3aadeea46cb3fdabe6ee52750618eedb2da (patch) | |
tree | 1bcd82f2bc8f656054566de824794b2cf3f10e11 /libc/inet/rpc | |
parent | 474ffd5d0ba38913a974f08868c08d36b9f17951 (diff) |
s/rpc_callmsg.c/rpc_cmsg.c/ for non-full rpc as well
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/Makefile.in b/libc/inet/rpc/Makefile.in index 0b766f2b6..f757f2e1a 100644 --- a/libc/inet/rpc/Makefile.in +++ b/libc/inet/rpc/Makefile.in @@ -24,7 +24,7 @@ CSRC:= create_xid.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \ clnt_tcp.c clnt_udp.c bindresvport.c authunix_prot.c \ auth_none.c auth_unix.c xdr.c xdr_array.c xdr_rec.c \ xdr_reference.c xdr_mem.c svc.c svc_auth.c svc_auth_unix.c \ - rpc_callmsg.c rpc_prot.c rpc_dtablesize.c rpc_commondata.c \ + rpc_cmsg.c rpc_prot.c rpc_dtablesize.c rpc_commondata.c \ rpc_thread.c rcmd.c rexec.c sa_len.c ruserpass.c rtime.c \ getrpcent.c endif |