be missing from older hpux10 systems.
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.
-*** 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
- 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.
* 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.