hpux-readme-and-comments-on-header-20021126

Thanks to Carl Davidson for making it happen.
This commit is contained in:
Derrick Brashear 2002-11-26 23:39:52 +00:00
parent eb275d9b1f
commit e45d9bf430
2 changed files with 10 additions and 8 deletions

10
README
View File

@ -51,7 +51,7 @@ A. Creating the proper directory structure.
sparc_linux24
sparc64_linux22
sparc64_linux24
hp_ux110
hp_ux110 (See notes below for information on getting missing header)
hp_ux102 (Client port possible, but db servers and utilities work)
2. Using configure in the top level directory, configure for your
@ -136,3 +136,11 @@ C Problems
Mailing lists have been set up to help; More details can be found
on the openafs.org site.
D Notes
HP-UX 11.0 requires a header called vfs_vm.h which HP has provided on their
web site: http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,687,00.html
To navigate down from the top level of the portal, one would do
www.hp.com/dspp -> i want to... -> download software -> operating systems
to get to the same page.

View File

@ -89,13 +89,7 @@ extern caddr_t kmem_alloc();
#include <sys/kthread_iface.h> /* for kt_cred() */
/* Expected to be available as a patch from HP */
/* See section D of the top level README for details */
#include <vfs_vm.h>
#endif /* _OSI_MACHDEP_H_ */