critical impact:
inet_pton, inet_ntop - additional header file needed (CrCh208)
Problem description
The inet_pton and inet_ntop functions on HP-UX require
the following header file:
#include <sys/socket.h> Identifiers
 inet_ntop |
 inet_pton |
|
|
|
See also
Solution description
Modify your code.
Applications that use these functions must add the following header file for the functions to work correctly: #include <sys/socket.h> 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 |
|