Fix return type of vde_recv() as well.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:17:50 +0000 (15:17 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 25 Mar 2012 14:17:50 +0000 (15:17 +0100)
In this case it is not really necessary as the conversion to int will already
take care of ensuring the return value is treated as signed.


No differences found