Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   yamt
Date:           Sat Dec  3 15:16:19 UTC 2005

Modified Files:
        src/include/rpc: clnt.h pmap_rmt.h rpc_msg.h rpcb_clnt.h rpcb_prot.x
            svc.h
        src/lib/libc/rpc: clnt_bcast.c clnt_dg.c clnt_raw.c clnt_simple.c
            clnt_vc.c rpc_clnt_calls.3 rpcb_clnt.c rpcbind.3 svc.c

Log Message:
- constify and remove __UNCONST from caller of clnt_call().
- use __UNCONST where approproate.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/include/rpc/clnt.h
cvs rdiff -r1.8 -r1.9 src/include/rpc/pmap_rmt.h
cvs rdiff -r1.12 -r1.13 src/include/rpc/rpc_msg.h
cvs rdiff -r1.2 -r1.3 src/include/rpc/rpcb_clnt.h
cvs rdiff -r1.3 -r1.4 src/include/rpc/rpcb_prot.x
cvs rdiff -r1.21 -r1.22 src/include/rpc/svc.h
cvs rdiff -r1.14 -r1.15 src/lib/libc/rpc/clnt_bcast.c
cvs rdiff -r1.19 -r1.20 src/lib/libc/rpc/clnt_dg.c
cvs rdiff -r1.27 -r1.28 src/lib/libc/rpc/clnt_raw.c
cvs rdiff -r1.26 -r1.27 src/lib/libc/rpc/clnt_simple.c src/lib/libc/rpc/svc.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/rpc/clnt_vc.c
cvs rdiff -r1.6 -r1.7 src/lib/libc/rpc/rpc_clnt_calls.3
cvs rdiff -r1.18 -r1.19 src/lib/libc/rpc/rpcb_clnt.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/rpc/rpcbind.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index