* [PATCH 6/6] UML - PATH_MAX needs limits.h
@ 2008-06-03 19:02 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2008-06-03 19:02 UTC (permalink / raw)
To: Andrew Morton, LKML, uml-devel; +Cc: Ingo Molnar
From: Ingo Molnar <mingo@elte.hu>
Include limits.h to get a definition of PATH_MAX.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
---
arch/um/os-Linux/helper.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6-git/arch/um/os-Linux/helper.c
===================================================================
--- linux-2.6-git.orig/arch/um/os-Linux/helper.c 2008-05-14 10:44:02.000000000 -0400
+++ linux-2.6-git/arch/um/os-Linux/helper.c 2008-06-02 15:50:10.000000000 -0400
@@ -7,6 +7,7 @@
#include <unistd.h>
#include <errno.h>
#include <sched.h>
+#include <linux/limits.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include "kern_constants.h"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-03 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 19:02 [PATCH 6/6] UML - PATH_MAX needs limits.h Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox