[Openvpn-devel] [patch] Typo in manage.c causes compile failure
Hi all, In OpenVPN 2.0.5, the following patch is necessary to compile manage.c with Sun Studio 9. Without it, the resulting symbol will be undefined. --- manage.c.orig 2005-11-01 05:06:11.0 -0600 +++ ma
[Openvpn-devel] OpenVPN AutoConf macro bug
Hi all, There's a bug in the autoconf macros that cause the compile to fail on Sun Studio 9. One of the tests (empty array support) is not escaped properly, so the macro int bar[0] expands to int bar0, which won't exactly test what it needs to be testing... Patch below. (basically put the bar[0