OpenRC: update to 0.5.0.

--HG--
extra : convert_revision : 293639617f1a2acc03d84ebaec39cf575fc131d9
This commit is contained in:
Juan RP
2009-06-20 08:18:13 +02:00
parent 9f65c73b02
commit 8006da32f5
2 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
--- src/rc/rc.c.orig 2009-06-20 08:14:19.018885584 +0200
+++ src/rc/rc.c 2009-06-20 08:13:52.000000000 +0200
@@ -45,6 +45,9 @@ const char rc_copyright[] = "Copyright (
#ifdef __linux__
# include <asm/setup.h> /* for COMMAND_LINE_SIZE */
+# ifndef COMMAND_LINE_SIZE
+# define COMMAND_LINE_SIZE 2048
+# endif
#endif
#include <errno.h>