patch-lib_libopenswan_oswlog_c 404 B

1234567891011
  1. --- openswan-2.6.38.orig/lib/libopenswan/oswlog.c 2012-03-23 22:33:43.000000000 +0100
  2. +++ openswan-2.6.38/lib/libopenswan/oswlog.c 2014-03-26 21:09:43.000000000 +0100
  3. @@ -24,7 +24,7 @@
  4. #include <string.h>
  5. #include <unistd.h>
  6. #include <signal.h> /* used only if MSG_NOSIGNAL not defined */
  7. -#include <sys/queue.h>
  8. +#include "queue.h"
  9. #include <libgen.h>
  10. #include <sys/stat.h>
  11. #include <sys/types.h>