Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 16:30:06 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: somone able to make a simple fix to net/ftp?
Message-ID:  <31c17f7d-62be-78d3-fd80-a2d7f25424e0@utanet.at>
In-Reply-To: <ee5e3dff-e3f5-588b-15a8-b1d6807727e8@freebsd.org>
References:  <ee5e3dff-e3f5-588b-15a8-b1d6807727e8@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Have you tried mail it the maintainer?

I am not really sure, but I think, this is what you want:

--- lft_lib.h.orig      2017-12-11 20:00:24 UTC
+++ lft_lib.h
@@ -277,7 +277,7 @@ typedef struct _incomicmpicmp
  #define EVT_INCOMING_ICMP_ICMP         75
  #define EVT_RCVD_ICMP_ICMP             76

-#if defined(BSD_IP_STACK) && !defined(OPENBSD)
+#if defined(BSD_IP_STACK) && (!defined(OPENBSD) || 
(defined(__FreeBSD__) &&  __FreeBSD_version >= 1100000))
  #define SCREWED_IP_LEN
  #endif




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31c17f7d-62be-78d3-fd80-a2d7f25424e0>