From: Erez Zadok Date: Thu, 26 May 2005 13:36:35 +0000 (+0000) Subject: * conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about X-Git-Tag: am-utils-6_1_rc6~1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=d84dc754b04ccd0ffdf6737b1a4182e07e48720d;p=am-utils-6.0.git * conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about missing definition of struct thread_credentials in but trying to bring that definition in drags a whole lot of other messy stuff. So just provide a dummy definition for this structure. --- diff --git a/ChangeLog b/ChangeLog index b9bffa3..85fe0a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-25 Erez Zadok + + * conf/nfs_prot/nfs_prot_aix5_2.h: AIX 5.3 complains about + missing definition of struct thread_credentials in + 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 * Makefile.am (EXTRA_DIST_M4): distribute m4/macros/libtool.m4. diff --git a/conf/nfs_prot/nfs_prot_aix5_2.h b/conf/nfs_prot/nfs_prot_aix5_2.h index 404bed5..2a7c9b7 100644 --- a/conf/nfs_prot/nfs_prot_aix5_2.h +++ b/conf/nfs_prot/nfs_prot_aix5_2.h @@ -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 $ * */ @@ -70,7 +70,10 @@ struct pathcnf; # include #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