13 lines
607 B
C
13 lines
607 B
C
$NetBSD: patch-netwerk_sctp_src_netinet6_sctp6__usrreq.c,v 1.1 2019/06/13 19:02:37 rjs Exp $
|
|
|
|
--- netwerk/sctp/src/netinet6/sctp6_usrreq.c.orig 2017-04-11 02:13:21.000000000 +0000
|
|
+++ netwerk/sctp/src/netinet6/sctp6_usrreq.c
|
|
@@ -471,8 +471,6 @@ sctp6_notify(struct sctp_inpcb *inp,
|
|
(icmph->icmp6_code == ICMP_UNREACH_HOST_PROHIB) ||
|
|
#if defined(__Panda__)
|
|
(icmph->icmp6_code == ICMP_UNREACH_ADMIN)) {
|
|
-#elif defined(__Userspace_os_NetBSD)
|
|
- (icmph->icmp6_code == ICMP_UNREACH_ADMIN_PROHIBIT)) {
|
|
#else
|
|
(icmph->icmp6_code == ICMP_UNREACH_FILTER_PROHIB)) {
|
|
#endif
|