OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-922-g9b245d8

Gerrit Code Review gerrit@openafs.org
Thu, 24 Mar 2011 17:25:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit 9b245d856b165f195b0da93df77e4a28a1698b46
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Mar 24 15:26:38 2011 +0000

    util: 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.
    
    Change-Id: I5e5e67b695f07bf121b0543c7f936278009eff15
    Reviewed-on: http://gerrit.openafs.org/4301
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/config/afsconfig-windows.h |    3 ++
 src/util/assert.c              |    7 +----
 src/util/casestrcpy.c          |    4 +--
 src/util/dirpath.c             |   12 +++------
 src/util/exec.c                |    5 +---
 src/util/fileutil.c            |   18 +------------
 src/util/flipbase64.c          |    3 +-
 src/util/fstab.c               |    8 +----
 src/util/get_krbrlm.c          |    3 +-
 src/util/hostparse.c           |   13 +--------
 src/util/hputil.c              |    4 +--
 src/util/krb5_nt.c             |    2 +-
 src/util/kreltime.c            |   11 +++-----
 src/util/ktime.c               |   11 +-------
 src/util/netutils.c            |   17 +-----------
 src/util/pthread_glock.c       |    2 +-
 src/util/readdir_nt.c          |    4 +--
 src/util/secutil_nt.c          |    2 -
 src/util/serverLog.c           |   23 +----------------
 src/util/snprintf.c            |   22 +----------------
 src/util/softsig.c             |   12 ++-------
 src/util/tabular_output.c      |    9 ++----
 src/util/thread_pool.c         |   13 +---------
 src/util/uuid.c                |   53 ++++++++++++----------------------------
 src/util/volparse.c            |    6 ----
 src/util/work_queue.c          |   11 +-------
 26 files changed, 58 insertions(+), 220 deletions(-)

-- 
OpenAFS Master Repository