* conf/nfs_prot/nfs_prot_hpux.h: add extern for h_errno, which may
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 24 Jun 2005 00:48:59 +0000 (00:48 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 24 Jun 2005 00:48:59 +0000 (00:48 +0000)
be missing from older hpux10 systems.

ChangeLog
NEWS
conf/nfs_prot/nfs_prot_hpux.h

index fef14bb168dbde47852234553b8cd0be585e186c..72ca0b9632c98464d9acaea27816a67ab61d94f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-06-23  Erez Zadok  <ezk@cs.sunysb.edu>
 
+       * 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 45c35bbf74750a899e28571caf3d4e3bedfd9893..d7cc0db4dac278855033e68a18404ad6829a66aa 100644 (file)
--- 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.
index 37176ee16735185a82a1b7f494ed62173149a7d6..a054040e77ff577c585a33d9214b5aa16c25aaee 100644 (file)
@@ -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 $
  *
  */
 
 # include <rpcsvc/mount.h>
 #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.