]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-afsutil-includes-20060623
authorChristopher Allen Wing <wingc@engin.umich.edu>
Mon, 26 Jun 2006 17:20:50 +0000 (17:20 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 26 Jun 2006 17:20:50 +0000 (17:20 +0000)
Include <afs/afsutil.h> for prototypes of afs_inet_ntoa and afs_inet_ntoa_r.

(cherry picked from commit 2a1aff4104dd9a71bebf1a63ca85ac86338b3b1b)

src/venus/cmdebug.c
src/xstat/xstat_cm.c
src/xstat/xstat_fs.c

index bac531ff39d8b24596f5c17918fd74892c5ec969..55637bb21f9e01bc706bc16123e139a30041036c 100644 (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();
 
index 753a9745753bb0aa64421c883024804fd9610136..109df3d4839b9a322cb53c31f60ba4db309b4a41 100644 (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
index 848fee41b78e88aebc5c4d03d55fdafd114ee8b2..a3f7b67b424063afdc094afc5de82f1f7b149abd 100644 (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