Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbroz Bizjak <ambrop7@gmail.com>2016-01-10 19:04:48 +0300
committerAmbroz Bizjak <ambrop7@gmail.com>2016-01-10 19:35:42 +0300
commit61a68b25878dbf48d45df064b2e8215e48db45ce (patch)
treed074d7dbaebe9f51fc72ca365245270b9535375a
parentfac69ce0c69cee9577c5793b986bbe8ef9b2af73 (diff)
Fix tun2socks compile script (missing source file).
-rwxr-xr-xcompile-tun2sock.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile-tun2sock.sh b/compile-tun2sock.sh
index 86ed7c8..6510a68 100755
--- a/compile-tun2sock.sh
+++ b/compile-tun2sock.sh
@@ -53,6 +53,7 @@ system/BConnection_common.c
system/BTime.c
system/BUnixSignal.c
system/BNetwork.c
+system/BDatagram_unix.c
flow/StreamRecvInterface.c
flow/PacketRecvInterface.c
flow/PacketPassInterface.c