freebsd-ports/sysutils/logrotate/files/patch-config.c
Guido Falsi 3517ec8213 - Update to 3.8.9
- Add LICENSE
- Use @sample in plist
- While here, regenerate patches to silence portlint warnings

PR:		196668
Submitted by:	jyoung15 at gmail.com
Approved by:	Balazs Nagy <js at iksz.hu> (maintainer)
2015-05-14 07:51:09 +00: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>