mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
Various RPC functions used a bare pointer in function prototypes to describe fixed-length buffer arguments but used a fixed-length array in the function definition. The manual page for these functions describes the parameters as being fixed-length buffers, so update the prototypes to match the definitions. Reviewed by: imp, emaste Reported by: GCC -Warray-parameter Differential Revision: https://reviews.freebsd.org/D36757 |
||
|---|---|---|
| .. | ||
| auth.h | ||
| auth_des.h | ||
| auth_kerb.h | ||
| auth_unix.h | ||
| clnt.h | ||
| clnt_soc.h | ||
| clnt_stat.h | ||
| des.h | ||
| des_crypt.h | ||
| Makefile | ||
| Makefile.depend | ||
| nettype.h | ||
| pmap_clnt.h | ||
| pmap_prot.h | ||
| pmap_rmt.h | ||
| raw.h | ||
| rpc.h | ||
| rpc_com.h | ||
| rpc_msg.h | ||
| rpcb_clnt.h | ||
| rpcb_prot.x | ||
| rpcent.h | ||
| rpcsec_gss.h | ||
| svc.h | ||
| svc_auth.h | ||
| svc_dg.h | ||
| svc_soc.h | ||
| xdr.h | ||