Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 1996 15:55:05 -0700 (PDT)
From:      James Raynard <jraynard>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/rpc auth_none.c clnt_raw.c get_myaddress.c getrpcport.c pmap_clnt.c rpc_callmsg.c svc_tcp.c svc_udp.c
Message-ID:  <199606082255.PAA01722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jraynard    96/06/08 15:55:04

  Modified:    lib/libc/rpc  auth_none.c clnt_raw.c get_myaddress.c
                        getrpcport.c  pmap_clnt.c rpc_callmsg.c svc_tcp.c
                        svc_udp.c
  Log:
  Code cleanup (part one):
  
  1. Added missing function prototypes.
  
  2. Added missing function return types.
  
  3. Added missing function argument types.
  
  4. Added missing headers for system function prototypes.
  
  5. Got rid of "extern int errno" rubbish.
  
  Revision  Changes    Path
  1.4       +3 -1      src/lib/libc/rpc/auth_none.c
  1.5       +4 -1      src/lib/libc/rpc/clnt_raw.c
  1.4       +2 -2      src/lib/libc/rpc/get_myaddress.c
  1.4       +5 -2      src/lib/libc/rpc/getrpcport.c
  1.4       +3 -1      src/lib/libc/rpc/pmap_clnt.c
  1.4       +3 -1      src/lib/libc/rpc/rpc_callmsg.c
  1.5       +4 -1      src/lib/libc/rpc/svc_tcp.c
  1.5       +4 -5      src/lib/libc/rpc/svc_udp.c



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