patch-config_c 283 B

12345678
  1. --- logrotate-3.8.7.orig/config.c 2013-07-31 13:34:31.000000000 +0200
  2. +++ logrotate-3.8.7/config.c 2014-03-23 15:11:39.000000000 +0100
  3. @@ -1,4 +1,4 @@
  4. -#include <sys/queue.h>
  5. +#include "queue.h"
  6. /* Alloca is defined in stdlib.h in NetBSD */
  7. #ifndef __NetBSD__
  8. #include <alloca.h>