mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 19:51:09 +01:00
813907f9ec
Note: this may cause some problems in a few cases. With very old versions of rpcgen, if you defined a procedure called foo, then rpcen would create client stubs for function foo_1() and server stubs _also_ with function foo_1(). This only worked because of the lack of ANSI prototypes: the client side stub takes different arguments than the server side stub. (The client side takes a CLIENT * handle, while the server side wants an svc_req *.) To fix this conflict, rpcgen in ANSI mode generates foo_1() for the client and foo_1_svc() for the server. RPC server code that depends on the old behavior might break because of this. (Fixing it is just a matter of adding the _svc suffix onto the server procedure names.) |
||
---|---|---|
.. | ||
bootparam_prot.x | ||
crypt.x | ||
key_prot.x | ||
klm_prot.x | ||
Makefile | ||
mount.x | ||
nfs_prot.x | ||
nis_cache.x | ||
nis_callback.x | ||
nis_db.h | ||
nis_object.x | ||
nis_tags.h | ||
nis.x | ||
nislib.h | ||
nlm_prot.x | ||
pmap_prot.x | ||
rex.x | ||
rnusers.x | ||
rquota.x | ||
rstat.x | ||
rwall.x | ||
sm_inter.x | ||
spray.x | ||
yp_prot.h | ||
yp.x | ||
ypclnt.h | ||
yppasswd.x | ||
ypupdate_prot.x | ||
ypxfrd.x |