Kill afs_inet_ntoa
authorAndrew Deason <adeason@sinenomine.net>
Thu, 1 Apr 2010 20:33:24 +0000 (15:33 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 2 Apr 2010 03:39:34 +0000 (20:39 -0700)
commit5a7d6da52573aeb5ca062e3458ea7c375ed28054
tree24c3a2da1f905730c33f993fd06a5621a9397154
parent73dd2783d7b73350ca047bf0bea2895e152eca71
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
src/kauth/krb_udp.c
src/tviced/state_analyzer.c
src/ubik/beacon.c
src/ubik/recovery.c
src/ubik/remote.c
src/ubik/udebug.c
src/ubik/vote.c
src/util/afsutil_prototypes.h
src/util/hostparse.c
src/venus/cmdebug.c