Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: christos
Date: Tue Jan 23 17:24:38 UTC 2024
Modified Files:
src/lib/libc: Makefile.inc
src/lib/libc/resolv: res_data.c res_private.h
src/lib/libc/rpc: __rpc_getxid.c auth_unix.c clnt_bcast.c clnt_dg.c
clnt_raw.c clnt_vc.c pmap_clnt.c rpc_internal.h rpc_soc.c
rpcb_clnt.c svc.c svc_auth.c svc_dg.c svc_generic.c svc_raw.c
svc_run.c svc_simple.c svc_vc.c xdr_rec.c
src/lib/libc/sys: __sigaction_siginfo.c
Log Message:
fix nested extern warnings
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/Makefile.inc
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_data.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/resolv/res_private.h
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/rpc/__rpc_getxid.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/rpc/auth_unix.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/rpc/clnt_bcast.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/clnt_dg.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/rpc/clnt_raw.c \
src/lib/libc/rpc/svc_simple.c
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/rpc/clnt_vc.c \
src/lib/libc/rpc/svc_run.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/rpc/pmap_clnt.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/rpc/rpc_internal.h
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/rpc_soc.c
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/rpc/rpcb_clnt.c
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/rpc/svc.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/rpc/svc_auth.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/rpc/svc_dg.c \
src/lib/libc/rpc/svc_generic.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/rpc/svc_raw.c
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/svc_vc.c
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/rpc/xdr_rec.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/__sigaction_siginfo.c
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