1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-17 03:02:41 +08:00

Add Haiku support (#340)

This commit is contained in:
Ethan F
2020-08-17 16:31:04 +08:00
committed by GitHub
Unverified
parent bf2ef2ce38
commit 0ee5db605b
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
#include "core.h"
#include "common.h"
#undef satosin
#define satosin(x) ((struct sockaddr_in *) &(x))
#define SOCKADDR(x) (satosin(x)->sin_addr.s_addr)
#define SOCKADDR_2(x) (satosin(x)->sin_addr)