You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
189 B

  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>