OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_1-9-gaf5923c

Gerrit Code Review gerrit@openafs.org
Thu, 1 Apr 2010 20:40:15 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5a7d6da52573aeb5ca062e3458ea7c375ed28054
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Apr 1 15:33:24 2010 -0500

    Kill afs_inet_ntoa
    
    Replace all calls to afs_inet_ntoa with the threadsafe
    afs_inet_ntoa_r. afs_inet_ntoa was being used in a few places that may
    be threaded (ubik), and in general should be avoided in case the
    relevant code becomes threaded. Remove the definition of afs_inet_ntoa
    to prevent anyone from using it.
    
    Change-Id: I163d3f58fdd3d28077780963ced9995247682d78
    Reviewed-on: http://gerrit.openafs.org/1680
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/kauth/kdb.c               |    3 ++-
 src/kauth/krb_udp.c           |    5 +++--
 src/tviced/state_analyzer.c   |    6 ++++--
 src/ubik/beacon.c             |   22 +++++++++++++---------
 src/ubik/recovery.c           |   14 ++++++++------
 src/ubik/remote.c             |   13 ++++++++-----
 src/ubik/udebug.c             |   15 ++++++++-------
 src/ubik/vote.c               |    9 +++++----
 src/util/afsutil_prototypes.h |    1 -
 src/util/hostparse.c          |   15 +--------------
 src/venus/cmdebug.c           |    8 +++++---
 11 files changed, 57 insertions(+), 54 deletions(-)

-- 
OpenAFS Master Repository