projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a27214
)
uml: fix build error
author
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 16:59:42 +0000
(18:59 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 17:21:16 +0000
(19:21 +0200)
fix:
arch/um/os-Linux/helper.c: In function 'run_helper':
arch/um/os-Linux/helper.c:73: error: 'PATH_MAX' undeclared (first use in this function)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/um/os-Linux/helper.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/um/os-Linux/helper.c
b/arch/um/os-Linux/helper.c
index f4bd349d441222fb7c400ac63d8e7b8c390784a2..f25c29a12d007676d736ed8b8fcb9c9e47a0eaed 100644
(file)
--- a/
arch/um/os-Linux/helper.c
+++ b/
arch/um/os-Linux/helper.c
@@
-14,6
+14,7
@@
#include "os.h"
#include "um_malloc.h"
#include "user.h"
+#include <linux/limits.h>
struct helper_data {
void (*pre_exec)(void*);