opnsense-ports/sysutils/logrotate/files/patch-config.c
Franco Fichtner 05aec48c70 */*: sync with upstream
Taken from: FreeBSD
2015-05-14 11:16:56 +02:00

11 lines
249 B
C

--- config.c.orig 2015-02-13 06:11:21 UTC
+++ config.c
@@ -1,8 +1,4 @@
#include "queue.h"
-/* Alloca is defined in stdlib.h in NetBSD */
-#ifndef __NetBSD__
-#include <alloca.h>
-#endif
#include <limits.h>
#include <ctype.h>
#include <dirent.h>