summaryrefslogtreecommitdiff
path: root/sysutils/logrotate/files/patch-logrotate.c
blob: 7daf6111a1be22714b76a3f10778c0777f20a7b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- logrotate.c.orig	2012-11-09 19:00:58.744187984 +0800
+++ logrotate.c	2012-11-09 19:01:05.528189740 +0800
@@ -1,8 +1,4 @@
 #include <sys/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>