STABLE14-afsutil-includes-20060623

Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.


(cherry picked from commit 2a1aff4104dd9a71bebf1a63ca85ac86338b3b1b)
This commit is contained in:
Christopher Allen Wing 2006-06-26 17:19:06 +00:00 committed by Russ Allbery
parent f2c56c5568
commit 866666cfda
3 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ RCSID
#include <rx/rx.h>
#include <lock.h>
#include <afs/afs_args.h>
#include <afs/afsutil.h>
extern struct hostent *hostutil_GetHostByName();

View File

@ -23,6 +23,8 @@ RCSID
#include "xstat_cm.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/afsutil.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else

View File

@ -23,6 +23,8 @@ RCSID
#include "xstat_fs.h" /*Interface for this module */
#include <lwp.h> /*Lightweight process package */
#include <afs/afsutil.h>
#ifdef HAVE_STRING_H
#include <string.h>
#else