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-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.
* 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