branch Attitude Adjustment packages
[12.09/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>