From: Erez Zadok Date: Fri, 24 Jun 2005 00:48:59 +0000 (+0000) Subject: * conf/nfs_prot/nfs_prot_hpux.h: add extern for h_errno, which may X-Git-Tag: am-utils-6_1_1~36 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=3792842b0f5b95198c65c9896d7b5196f709f106;p=am-utils-6.0.git * conf/nfs_prot/nfs_prot_hpux.h: add extern for h_errno, which may be missing from older hpux10 systems. --- diff --git a/ChangeLog b/ChangeLog index fef14bb..72ca0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-06-23 Erez Zadok + * conf/nfs_prot/nfs_prot_hpux.h: add extern for h_errno, which may + be missing from older hpux10 systems. + * configure.in: update bug-reporting address to list https://bugzilla.am-utils.org/ as well as the mailing list. diff --git a/NEWS b/NEWS index 45c35bb..d7cc0db 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -*** Notes specific to am-utils version 6.1.1-pre +*** Notes specific to am-utils version 6.1.1-rc1 - minor new ports: i386-pc-linux-fc4 @@ -6,6 +6,7 @@ - bugs fixed: * small compile problems on Solaris 6 (rpcvers_t) + * small compile problems on HPUX 10 (h_errno) * possibly missing definition of INADDR_NONE in wire.c * extern for sleep(3) may be missing on older gcc systems * updated nfs_args structure on aix4. diff --git a/conf/nfs_prot/nfs_prot_hpux.h b/conf/nfs_prot/nfs_prot_hpux.h index 37176ee..a054040 100644 --- a/conf/nfs_prot/nfs_prot_hpux.h +++ b/conf/nfs_prot/nfs_prot_hpux.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * - * $Id: nfs_prot_hpux.h,v 1.11 2005/01/03 20:56:45 ezk Exp $ + * $Id: nfs_prot_hpux.h,v 1.12 2005/06/24 00:48:59 ezk Exp $ * */ @@ -64,6 +64,10 @@ # include #endif /* HAVE_RPCSVC_MOUNT_H */ +#ifdef HAVE_NETDB_H +extern int h_errno; /* missing from older hpux10 systems */ +#endif /* HAVE_NETDB_H */ + /* * Turn off NFS V.3 support to avoid confusing am-utils.