diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 19:38:48 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-06-30 19:38:48 +0200 |
commit | c734e93d6082db145769aeb1930332cfd5b4ca41 (patch) | |
tree | 62306b2df409cf362c23aeb259515600dad63c3a /net/net6/files/patch-inc__address.hpp | |
parent | mail/cyrus-imapd3{8,10,12}: Trying to fix build on FreeBSD 13.X. (diff) |
net/net6: Remove expired port
2025-06-30 net/net6: Abandoned upstream, repo archived Nov 26, 2020
Diffstat (limited to 'net/net6/files/patch-inc__address.hpp')
-rw-r--r-- | net/net6/files/patch-inc__address.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/net6/files/patch-inc__address.hpp b/net/net6/files/patch-inc__address.hpp deleted file mode 100644 index e3131760a675..000000000000 --- a/net/net6/files/patch-inc__address.hpp +++ /dev/null @@ -1,14 +0,0 @@ ---- inc/address.hpp.orig 2011-09-10 17:59:50.000000000 +0300 -+++ inc/address.hpp 2014-01-06 17:32:36.000000000 +0200 -@@ -25,9 +25,10 @@ - #include <winsock2.h> - #include <ws2tcpip.h> - #else -+#include <sys/types.h> - #include <sys/socket.h> --#include <netinet/in_systm.h> - #include <netinet/in.h> -+#include <netinet/in_systm.h> - #include <netinet/ip.h> - #endif - |