patch-lib_liboswlog_oswlog_c 398 B

1234567891011
  1. --- Openswan-3.0.0.orig/lib/liboswlog/oswlog.c 2021-01-22 19:25:50.000000000 +0100
  2. +++ Openswan-3.0.0/lib/liboswlog/oswlog.c 2022-03-22 16:21:39.003164693 +0100
  3. @@ -25,7 +25,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>