Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2002 15:43:43 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include/rpc auth.h rpc_com.h src/lib/libc/net getaddrinfo.c src/lib/libc/rpc auth_time.c clnt_bcast.c clnt_dg.c des_crypt.c getpublickey.c key_call.c key_prot_xdr.c netname.c netnamer.c rpc_generic.c rpc_soc.c rpcb_prot.c rpcdname.c ...
Message-ID:  <200202052343.g15Nhi934423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/02/05 15:43:43 PST

  Modified files:
    include/rpc          auth.h rpc_com.h 
    lib/libc/net         getaddrinfo.c 
    lib/libc/rpc         auth_time.c clnt_bcast.c clnt_dg.c 
                         des_crypt.c getpublickey.c key_call.c 
                         key_prot_xdr.c netname.c netnamer.c 
                         rpc_generic.c rpc_soc.c rpcb_prot.c 
                         rpcdname.c svc_auth_des.c svc_simple.c 
                         svc_vc.c 
    lib/libc/yp          xdryp.c yplib.c 
  Log:
  Fix cc -Wall, fix rcsid warnings, add missing prototypes,
  change prototypes to be the same as in the original sun tirpc code.
  Remove ()P macro in a file where the mayority had ()P already removed.
  Add them if the mayority use ()P macros.
  
  Submitted by: mbr
  Requested by: bde
  
  Revision  Changes    Path
  1.18      +14 -5     src/include/rpc/auth.h
  1.4       +1 -0      src/include/rpc/rpc_com.h
  1.23      +4 -0      src/lib/libc/net/getaddrinfo.c
  1.7       +2 -5      src/lib/libc/rpc/auth_time.c
  1.3       +2 -1      src/lib/libc/rpc/clnt_bcast.c
  1.8       +2 -2      src/lib/libc/rpc/clnt_dg.c
  1.4       +1 -1      src/lib/libc/rpc/des_crypt.c
  1.5       +2 -2      src/lib/libc/rpc/getpublickey.c
  1.9       +3 -4      src/lib/libc/rpc/key_call.c
  1.3       +6 -0      src/lib/libc/rpc/key_prot_xdr.c
  1.6       +3 -3      src/lib/libc/rpc/netname.c
  1.6       +3 -3      src/lib/libc/rpc/netnamer.c
  1.6       +3 -1      src/lib/libc/rpc/rpc_generic.c
  1.5       +3 -3      src/lib/libc/rpc/rpc_soc.c
  1.2       +2 -0      src/lib/libc/rpc/rpcb_prot.c
  1.3       +1 -1      src/lib/libc/rpc/rpcdname.c
  1.7       +3 -1      src/lib/libc/rpc/svc_auth_des.c
  1.12      +5 -2      src/lib/libc/rpc/svc_simple.c
  1.9       +0 -1      src/lib/libc/rpc/svc_vc.c
  1.10      +1 -1      src/lib/libc/yp/xdryp.c
  1.38      +1 -1      src/lib/libc/yp/yplib.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202052343.g15Nhi934423>