CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/02/13 20:38:59
Modified files:
include/rpc : auth.h clnt.h svc.h xdr.h
lib/libc/rpc : auth_none.c auth_unix.c clnt_raw.c clnt_tcp.c
clnt_udp.c svc_raw.c svc_tcp.c svc_udp.c
xdr_mem.c xdr_rec.c xdr_stdio.c
Log message:
Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,
as const, moving them from .data to .data.rel.ro. The other BSDs
did this a long time ago; NetBSD did a chunk in 1998, which is long
enough I didn't bother to get exact dates for others.
ok deraadt@ millert@