diff options
Diffstat (limited to 'security/openvpn20/files/patch-socket.h')
-rw-r--r-- | security/openvpn20/files/patch-socket.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn20/files/patch-socket.h b/security/openvpn20/files/patch-socket.h new file mode 100644 index 000000000000..3030077c8ca2 --- /dev/null +++ b/security/openvpn20/files/patch-socket.h @@ -0,0 +1,11 @@ +--- ./socket.h.orig 2005-11-01 12:06:11.000000000 +0100 ++++ ./socket.h 2013-01-11 21:51:45.000000000 +0100 +@@ -204,7 +204,7 @@ + + #if PASSTOS_CAPABILITY + /* used to get/set TOS. */ +- uint8_t ptos; ++ int ptos; + bool ptos_defined; + #endif + |