vserver 2.0 rc7
[linux-2.6.git] / include / asm-um / setup.h
index e5787bb..99f0863 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef SETUP_H_INCLUDED
 #define SETUP_H_INCLUDED
 
-#define COMMAND_LINE_SIZE 512
+/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
+ * command line, so this choice is ok.
+ */
+
+#define COMMAND_LINE_SIZE 4096
 
 #endif         /* SETUP_H_INCLUDED */