pkgsrc-wip/logrotate/patches/patch-ab
2004-06-26 23:43:44 +00:00

11 lines
265 B
Text

$NetBSD: patch-ab,v 1.2 2004/06/26 23:43:44 rillig Exp $
--- config.c.orig Thu Aug 7 20:13:14 2003
+++ config.c Sat Mar 27 01:43:39 2004
@@ -1,4 +1,6 @@
+#ifndef __NetBSD__
#include <alloca.h>
+#endif
#include <ctype.h>
#include <dirent.h>
#include <errno.h>