chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
busybox: Update from 1.28.2 to 1.28.3
[termux-packages]
/
disabled-packages
/
openvpn
/
src-openvpn-tun.c.patch
1
--- ./src/openvpn/tun.c 2016-12-26 11:51:00.000000000 +0000
2
+++ ../tun.c 2016-12-28 04:11:52.786734486 +0000
3
@@ -1939,7 +1939,7 @@
4
const char *node = dev_node;
5
if (!node)
6
{
7
- node = "/dev/net/tun";
8
+ node = "/dev/tun";
9
}
10
11
/*