public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make pid_max readable
@ 2003-06-13  4:04 Albert Cahalan
  0 siblings, 0 replies; only message in thread
From: Albert Cahalan @ 2003-06-13  4:04 UTC (permalink / raw)
  To: linux-kernel

This is needed so that apps can set appropriate column
widths for PID display.

diff -Naurd old-2.5.70/kernel/sysctl.c new-2.5.70/kernel/sysctl.c
--- old-2.5.70/kernel/sysctl.c	2003-06-12 23:43:00.000000000 -0400
+++ new-2.5.70/kernel/sysctl.c	2003-06-12 23:44:18.000000000 -0400
@@ -539,7 +539,7 @@
 		.procname	= "pid_max",
 		.data		= &pid_max,
 		.maxlen		= sizeof (int),
-		.mode		= 0600,
+		.mode		= 0644,
 		.proc_handler	= &proc_dointvec,
 	},
 	{




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-13  3:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-13  4:04 [PATCH] make pid_max readable Albert Cahalan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox