Bug 681 - inet_ntoa.h is missing
Summary: inet_ntoa.h is missing
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 3.7.1p1
Hardware: All All
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 02:37 AEST by dustman
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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