diff options
Diffstat (limited to 'security/openvpn22/files/patch-socket.h')
-rw-r--r-- | security/openvpn22/files/patch-socket.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn22/files/patch-socket.h b/security/openvpn22/files/patch-socket.h new file mode 100644 index 000000000000..657069e17c3c --- /dev/null +++ b/security/openvpn22/files/patch-socket.h @@ -0,0 +1,11 @@ +--- ./socket.h.orig 2011-12-13 17:58:56.000000000 +0100 ++++ ./socket.h 2013-01-11 21:50:11.000000000 +0100 +@@ -225,7 +225,7 @@ + + #if PASSTOS_CAPABILITY + /* used to get/set TOS. */ +- uint8_t ptos; ++ int ptos; + bool ptos_defined; + #endif + |