summaryrefslogtreecommitdiff
path: root/net/libtorrent/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/libtorrent/patches/patch-ac')
-rw-r--r--net/libtorrent/patches/patch-ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/libtorrent/patches/patch-ac b/net/libtorrent/patches/patch-ac
deleted file mode 100644
index 49ffecc3d2c..00000000000
--- a/net/libtorrent/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2007/01/04 12:45:41 tron Exp $
-
---- rak/socket_address.h.orig 2006-10-27 15:48:46.000000000 +0200
-+++ rak/socket_address.h
-@@ -62,7 +62,11 @@ class socket_address_inet6;
-
- class socket_address {
- public:
-+#if defined(__sun) && defined(__SVR4)
-+ static const sa_family_t af_local = AF_UNIX;
-+#else
- static const sa_family_t af_local = AF_LOCAL;
-+#endif
- static const sa_family_t af_unix = AF_UNIX;
- // static const sa_family_t af_file = AF_FILE;
- static const sa_family_t af_inet = AF_INET;