[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080603190237.GA9521@c2.user-mode-linux.org>
Date: Tue, 3 Jun 2008 15:02:38 -0400
From: Jeff Dike <jdike@...toit.com>
To: Andrew Morton <akpm@...l.org>, LKML <linux-kernel@...r.kernel.org>,
uml-devel <user-mode-linux-devel@...ts.sourceforge.net>
Cc: Ingo Molnar <mingo@...e.hu>
Subject: [PATCH 6/6] UML - PATH_MAX needs limits.h
From: Ingo Molnar <mingo@...e.hu>
Include limits.h to get a definition of PATH_MAX.
Signed-off-by: Ingo Molnar <mingo@...e.hu>
Signed-off-by: Jeff Dike <jdike@...ux.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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists