f7aa3c26cfb3dd5e62290f2400a3761040d8d8a6
[openwrt/svn-archive/packages.git] / net / ipsec-tools / patches / 005-isakmp-fix.patch
1 --- a/src/racoon/isakmp.c
2 +++ b/src/racoon/isakmp.c
3 @@ -31,6 +31,8 @@
4 * SUCH DAMAGE.
5 */
6
7 +#define __packed __attribute__((__packed__))
8 +
9 #include "config.h"
10
11 #include <sys/types.h>