Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dang 09/01/13 21:52:35
Added: logrotate-3.7.7-fbsd.patch
Log:
re-add missed fbsd patch. Bug #254795
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Revision Changes Path
1.1 app-admin/logrotate/files/logrotate-3.7.7-fbsd.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/logrotate/files/logrotate-3.7.7-fbsd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/logrotate/files/logrotate-3.7.7-fbsd.patch?rev=1.1&content-type=text/plain
Index: logrotate-3.7.7-fbsd.patch
===================================================================
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN logrotate-3.7.7.orig/config.c logrotate-3.7.7/config.c
--- logrotate-3.7.7.orig/config.c 2008-05-09 03:28:59.000000000 -0400
+++ logrotate-3.7.7/config.c 2009-01-13 16:48:13.000000000 -0500
@@ -1,5 +1,7 @@
#include <sys/queue.h>
+#ifndef NO_ALLOCA_H
#include <alloca.h>
+#endif /* NO_ALLOCA_H */
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN logrotate-3.7.7.orig/logrotate.c logrotate-3.7.7/logrotate.c
--- logrotate-3.7.7.orig/logrotate.c 2008-05-14 06:31:35.000000000 -0400
+++ logrotate-3.7.7/logrotate.c 2009-01-13 16:48:12.000000000 -0500
@@ -1,5 +1,7 @@
#include <sys/queue.h>
+#ifndef NO_ALLOCA_H
#include <alloca.h>
+#endif /* NO_ALLOCA_H */
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
|
|