OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-973-gc40be93

Gerrit Code Review gerrit@openafs.org
Tue, 29 Mar 2011 05:18:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit c40be933628653f10ecd1ddbb51bf1b786c3b1f3
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Mar 24 21:58:29 2011 +0000

    kauth: Tidy header includes
    
    Since we adopted libroken, we get a lot of header includes automatically
    from roken.h. Use these, instead of including lots of things multiple
    times.
    
    This adds arpa/inet.h to the list of headers that configure checks for
    
    Change-Id: I1792ede4be761238bb05567c1d763ed63f50051e
    Reviewed-on: http://gerrit.openafs.org/4330
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 acinclude.m4              |    1 +
 src/kauth/admin_tools.c   |   16 +++++-----------
 src/kauth/authclient.c    |   17 +++--------------
 src/kauth/client.c        |   19 ++++---------------
 src/kauth/crypt.c         |    4 ++--
 src/kauth/decode_ticket.c |    3 +++
 src/kauth/ka-forwarder.c  |   14 ++------------
 src/kauth/ka_util.c       |   13 ++++---------
 src/kauth/kaauxdb.c       |    9 ---------
 src/kauth/kadatabase.c    |    8 +-------
 src/kauth/kalocalcell.c   |    9 +--------
 src/kauth/kalog.c         |    9 ---------
 src/kauth/kaprocs.c       |   25 +++++++------------------
 src/kauth/kas.c           |   15 +++------------
 src/kauth/kaserver.c      |   23 +++++------------------
 src/kauth/katoken.c       |   14 ++------------
 src/kauth/kautils.c       |   20 ++++++--------------
 src/kauth/kdb.c           |   11 +++--------
 src/kauth/kkids.c         |   14 +++-----------
 src/kauth/klog.c          |   12 +++---------
 src/kauth/klogin.c        |   13 +------------
 src/kauth/knfs.c          |   13 +++----------
 src/kauth/kpasswd.c       |   25 ++++++-------------------
 src/kauth/kpwvalid.c      |    3 +--
 src/kauth/krb_tf.c        |   12 +-----------
 src/kauth/krb_udp.c       |   14 +-------------
 src/kauth/manyklog.c      |   12 +++---------
 src/kauth/rebuild.c       |   18 ++----------------
 src/kauth/user.c          |   18 ++++++------------
 src/kauth/user_nt.c       |    4 ----
 30 files changed, 82 insertions(+), 306 deletions(-)

-- 
OpenAFS Master Repository