pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47033: net/nmap on Solaris 10
>Number: 47033
>Category: pkg
>Synopsis: net/nmap on Solaris 10
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 04 11:50:00 +0000 2012
>Originator: Jörn Clausen
>Release:
>Organization:
University of Bielefeld
>Environment:
>Description:
The following patch is needed to compile net/nmap on Solaris 10:
--- intf.c.pkg Thu Oct 4 13:42:37 2012
+++ intf.c Thu Oct 4 13:43:14 2012
@@ -955,9 +955,11 @@
;
else
return (-1);
+#ifdef IFF_IPMP
if (lifr->lifr_flags & IFF_IPMP) {
continue;
}
+#endif
if (_intf_get_noalias(intf, entry) < 0)
return (-1);
Which is strange given the fact that IFF_IPMP is a Solaris feature. Maybe it is
only defined on Solaris 11 and later...
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index