ppcrcd/trunk/yaboot/cfg.c

sparky cvs at pld-linux.org
Mon Mar 6 21:05:32 CET 2006


Author: sparky
Date: Mon Mar  6 21:05:28 2006
New Revision: 7117

Modified:
   ppcrcd/trunk/yaboot/cfg.c
Log:
- allow config options up to 511 chars


Modified: ppcrcd/trunk/yaboot/cfg.c
==============================================================================
--- ppcrcd/trunk/yaboot/cfg.c	(original)
+++ ppcrcd/trunk/yaboot/cfg.c	Mon Mar  6 21:05:28 2006
@@ -39,7 +39,7 @@
 	void *data;
 } CONFIG;
 
-#define MAX_TOKEN 200
+#define MAX_TOKEN 511
 #define MAX_VAR_NAME MAX_TOKEN
 #define EOF -1
 


More information about the pld-cvs-commit mailing list