Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 14:41:46 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_generic.c clnt_raw.c clnt_simple.c clnt_vc.c getnetconfig.c key_call.c mt_misc.c rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_auth_des.c svc_dg.c svc_generic.c ...
Message-ID:  <200104022141.f32Lfk831591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/04/02 14:41:46 PDT

  Modified files:
    lib/libc/rpc         auth_des.c auth_none.c auth_unix.c 
                         clnt_dg.c clnt_generic.c clnt_raw.c 
                         clnt_simple.c clnt_vc.c getnetconfig.c 
                         key_call.c mt_misc.c rpc_generic.c 
                         rpc_soc.c rpcb_clnt.c svc.c svc_auth.c 
                         svc_auth_des.c svc_dg.c svc_generic.c 
                         svc_raw.c svc_run.c svc_simple.c svc_vc.c 
  Log:
  Move the #includes of reentrant.h to after the `#include "namespace.h"',
  so that the underscored versions of the pthread functions get
  declared.  This removes around 300 lines of 'implicit declaration
  of XXX' warnings from the output of a libc build with -Wall.
  
  Reviewed by:	Martin Blapp <mb@imp.ch>, alfred
  
  Revision  Changes    Path
  1.5       +2 -2      src/lib/libc/rpc/auth_des.c
  1.11      +2 -2      src/lib/libc/rpc/auth_none.c
  1.14      +2 -2      src/lib/libc/rpc/auth_unix.c
  1.3       +2 -2      src/lib/libc/rpc/clnt_dg.c
  1.12      +2 -2      src/lib/libc/rpc/clnt_generic.c
  1.12      +2 -2      src/lib/libc/rpc/clnt_raw.c
  1.15      +2 -2      src/lib/libc/rpc/clnt_simple.c
  1.4       +2 -2      src/lib/libc/rpc/clnt_vc.c
  1.3       +2 -2      src/lib/libc/rpc/getnetconfig.c
  1.8       +2 -2      src/lib/libc/rpc/key_call.c
  1.2       +2 -2      src/lib/libc/rpc/mt_misc.c
  1.2       +2 -2      src/lib/libc/rpc/rpc_generic.c
  1.3       +2 -2      src/lib/libc/rpc/rpc_soc.c
  1.2       +2 -2      src/lib/libc/rpc/rpcb_clnt.c
  1.17      +2 -2      src/lib/libc/rpc/svc.c
  1.9       +2 -2      src/lib/libc/rpc/svc_auth.c
  1.6       +2 -2      src/lib/libc/rpc/svc_auth_des.c
  1.2       +2 -2      src/lib/libc/rpc/svc_dg.c
  1.2       +2 -2      src/lib/libc/rpc/svc_generic.c
  1.9       +2 -2      src/lib/libc/rpc/svc_raw.c
  1.13      +2 -2      src/lib/libc/rpc/svc_run.c
  1.11      +2 -2      src/lib/libc/rpc/svc_simple.c
  1.5       +2 -2      src/lib/libc/rpc/svc_vc.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?200104022141.f32Lfk831591>