critical impact:
miscellaneous rpc calls - header required (CrCh217)
Problem description
The Tru64 UNIX and HP-UX header files for the identified Application Programming Interfaces (APIs) are different.
On HP-UX, the identified APIs require the following additional header file:
#include <sys/types.h> Identifiers
 getnetname |
 host2netname |
 netname2host |
 netname2user |
See also
Solution description
Modify code to add the extra header file.
Add #include <sys/types.h> for the specified API to behave properly. Review the applicable manpages and code for more information.See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| NW |
C, C++ |
any HP-UX 11i version |
critical |
changed |
|