projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove some padding
[openwrt.git]
/
target
/
linux
/
uml-2.6
/
patches
/
03-missing_include.patch
1
--- linux-2.6.17.orig/arch/um/os-Linux/skas/process.c 2006-06-18 02:49:35.000000000 +0100
2
+++ linux-2.6.17/arch/um/os-Linux/skas/process.c 2006-11-13 15:34:43.087105285 +0000
3
@@ -16,6 +16,7 @@
4
#include <sys/user.h>
5
#include <sys/time.h>
6
#include <asm/unistd.h>
7
+#include <asm/page.h>
8
#include <asm/types.h>
9
#include "user.h"
10
#include "sysdep/ptrace.h"
This page took
0.042439 seconds
and
5
git commands to generate.