* conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 26 May 2005 13:36:35 +0000 (13:36 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 26 May 2005 13:36:35 +0000 (13:36 +0000)
missing definition of struct thread_credentials in <sys/vfs.h>
but trying to bring that definition in drags a whole lot of other
messy stuff.  So just provide a dummy definition for this
structure.

ChangeLog
conf/nfs_prot/nfs_prot_aix5_2.h

index b9bffa3c05aef8ed2cd8dd5a7a79b05da482916d..85fe0a7a7d4ae75109ae4b699aabc37983194b9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-25  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about
+       missing definition of struct thread_credentials in <sys/vfs.h>
+       but trying to bring that definition in drags a whole lot of other
+       messy stuff.  So just provide a dummy definition for this
+       structure.
+
 2005-05-24  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * Makefile.am (EXTRA_DIST_M4): distribute m4/macros/libtool.m4.
index 404bed5a49be684a082d26124dc495343f89bc6b..2a7c9b7ce9e870f996062cf2f2235dba787e175d 100644 (file)
@@ -37,7 +37,7 @@
  * SUCH DAMAGE.
  *
  *
- * $Id: nfs_prot_aix5_2.h,v 1.9 2005/01/16 23:59:25 ezk Exp $
+ * $Id: nfs_prot_aix5_2.h,v 1.10 2005/05/26 13:36:35 ezk Exp $
  *
  */
 
 struct pathcnf;
 # include <rpcsvc/mount.h>
 #endif /* HAVE_RPCSVC_MOUNT_H */
-
+#ifdef HAVE_SYS_VFS_H
+/* AIX 5.3 (ppc) wants definition of kernel-specific structure */
+struct thread_credentials;
+#endif /* HAVE_SYS_VFS_H */
 
 /*
  * MACROS