005-isakmp-fix.patch 189 B

1234567891011
  1. --- a/src/racoon/isakmp.c
  2. +++ b/src/racoon/isakmp.c
  3. @@ -31,6 +31,8 @@
  4. * SUCH DAMAGE.
  5. */
  6. +#define __packed __attribute__((__packed__))
  7. +
  8. #include "config.h"
  9. #include <sys/types.h>