Bug 681

Summary: inet_ntoa.h is missing
Product: Portable OpenSSH Reporter: dustman
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 3.7.1p1   
Hardware: All   
OS: All   

Description dustman 2003-09-19 02:37:36 AEST
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".
Comment 1 Damien Miller 2003-09-19 16:54:56 AEST
Just remove the '#include "inet_ntoa.h"' line in openbsd-compat/inet_ntoa.c and
recompile.

This fix will be in the next release
Comment 2 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED