| Summary: | inet_ntoa.h is missing | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | dustman |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.7.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
Just remove the '#include "inet_ntoa.h"' line in openbsd-compat/inet_ntoa.c and recompile. This fix will be in the next release Mass change of RESOLVED bugs to CLOSED |
Compiling on Irix 6.5.17 and I get this error: (cd openbsd-compat && make) cc -g -I. -I.. -I. -I./.. -I/usr/local/ssl/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46 The source file "inet_ntoa.h" is unavailable. #include "inet_ntoa.h" ^ 1 catastrophic error detected in the compilation of "inet_ntoa.c".